Html Css Color HEX #92BBDA Cornflower

📋 copy color: '#92BBDA'

red 146 ◦ green 187 ◦ blue 218

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

Shades of Cornflower #92BBDA

Tints of Cornflower #92BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 26.5%
G = 33.94%
B = 39.56%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92BBDA (or 0x92BBDA) is known color: Cornflower. HEX triplet: 92, BB and DA. RGB value is (146,187,218). Sum of RGB (Red+Green+Blue) = 146+187+218=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #92BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBDA is #6D4425. Grayscale: #B2B2B2. Windows color (decimal): -7160870 or 14334866. OLE color: 14334866.

HSL color Cylindrical-coordinate representation of color #92BBDA: hue angle of 205.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BBDA is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 187 218 -
CMYK 0.33 0.14 0 0.15
HSL 205.83º 0.49% 0.71% -
HSV(B) 205.83º 0.33% 0.85% -
XYZ 42.28 46.71 73.12 -
YUV 178.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 146 187 218 0.33 0.14 0 0.15 205.83 0.49 0.71
Hex 92 BB DA 21 E 0 F CE 31 47
Octal 222 273 332 41 16 0 17 316 61 107
Binary 10010010 10111011 11011010 100001 1110 0 1111 11001110 110001 1000111

Color Harmonies of #92BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBDA

Black with #92BBDA

Text Example


Text Example

White with #92BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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