Html Css Color HEX #92BBDE Cornflower

📋 copy color: '#92BBDE'

red 146 ◦ green 187 ◦ blue 222

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

Shades of Cornflower #92BBDE

Tints of Cornflower #92BBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.69%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 26.31%
G = 33.69%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92BBDE (or 0x92BBDE) is known color: Cornflower. HEX triplet: 92, BB and DE. RGB value is (146,187,222). Sum of RGB (Red+Green+Blue) = 146+187+222=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #92BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBDE is #6D4421. Grayscale: #B2B2B2. Windows color (decimal): -7160866 or 14597010. OLE color: 14597010.

HSL color Cylindrical-coordinate representation of color #92BBDE: hue angle of 207.63º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BBDE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 187 222 -
CMYK 0.34 0.16 0 0.13
HSL 207.63º 0.54% 0.72% -
HSV(B) 207.63º 0.34% 0.87% -
XYZ 42.81 46.93 75.91 -
YUV 178.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 146 187 222 0.34 0.16 0 0.13 207.63 0.54 0.72
Hex 92 BB DE 22 10 0 D D0 36 48
Octal 222 273 336 42 20 0 15 320 66 110
Binary 10010010 10111011 11011110 100010 10000 0 1101 11010000 110110 1001000

Color Harmonies of #92BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBDE

Black with #92BBDE

Text Example


Text Example

White with #92BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,187,222); }

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

background-color css

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

 a { background-color: rgb(146,187,222); }

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

border-color css

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

 span { border-color: rgb(146,187,222); }

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