#92BDE5

Color #92BDE5 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #92BDE5

Tints of Cornflower #92BDE5

Color information

#92BDE5 (or 0x92BDE5) is unknown color: approx Cornflower. HEX triplet: 92, BD and E5. RGB value is (146,189,229). Sum of RGB (Red+Green+Blue) = 146+189+229=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #92BDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDE5 is #6D421A. Grayscale: #B4B4B4. Windows color (decimal): -7160347 or 15056274. OLE color: 15056274.

HSL color Cylindrical-coordinate representation of color #92BDE5: hue angle of 208.92º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BDE5 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB146189229-
CMYK0.360.1700.10
HSL208.92º61.48%73.53%-
HSV(B)208.92º36.24%89.8%-
XYZ44.1948.1681.1-
YUV180.7155.25103.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 25.89%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=25.89%
G=33.51%
B=40.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1461892290.360.1700.10208.9261.4873.53
Hex92BDE524110Ad13d4a
Octal222275345442101232175112
Binary1001001010111101111001011001001000101010110100011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BDE5; }

 p { color: rgb(146,189,229); }

 H1.HeaderClassName
 {
   color: #92BDE5;
 }
 .AnyTagClassName
 {
   color: #92BDE5;
 }
</style>
background-color css

<style>
 a { background-color: #92BDE5; }

 a { background-color: rgb(146,189,229); }

 div.DivClassName
 {
   background-color: #92BDE5;
 }
 .BgClassName
 {
   background-color: #92BDE5;
 }
</style>
border-color css

<style>
 span { border-color: #92BDE5; }

 span { border-color: rgb(146,189,229); }

 td.TdClassName
 {
   border-color: #92BDE5;
 }
 .TagClassName
 {
   border-color: #92BDE5;
 }
</style>