Html Css Color HEX #92BDE9 Cornflower

📋 copy color: '#92BDE9'

red 146 ◦ green 189 ◦ blue 233

#92BDE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #92BDE9

Tints of Cornflower #92BDE9

RGB

 RED value IS 146 (57.42% from 255) = 25.7%

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 233 (91.41% from 255) = 41.02%

R = 25.7%
G = 33.27%
B = 41.02%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#92BDE9 (or 0x92BDE9) is known color: Cornflower. HEX triplet: 92, BD and E9. RGB value is (146,189,233). Sum of RGB (Red+Green+Blue) = 146+189+233=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #92BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDE9 is #6D4216. Grayscale: #B4B4B4. Windows color (decimal): -7160343 or 15318418. OLE color: 15318418.

HSL color Cylindrical-coordinate representation of color #92BDE9: hue angle of 210.34º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BDE9 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 189 233 -
CMYK 0.37 0.19 0 0.09
HSL 210.34º 0.66% 0.74% -
HSV(B) 210.34º 0.37% 0.91% -
XYZ 44.76 48.39 84.07 -
YUV 181.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 146 189 233 0.37 0.19 0 0.09 210.34 0.66 0.74
Hex 92 BD E9 25 13 0 9 D2 42 4A
Octal 222 275 351 45 23 0 11 322 102 112
Binary 10010010 10111101 11101001 100101 10011 0 1001 11010010 1000010 1001010

Color Harmonies of #92BDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDE9

Black with #92BDE9

Text Example


Text Example

White with #92BDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92BDE9;
 }
 .AnyTagClassName
 {
   color: #92BDE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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