Html Css Color HEX #92BAD9 Cornflower

📋 copy color: '#92BAD9'

red 146 ◦ green 186 ◦ blue 217

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

Shades of Cornflower #92BAD9

Tints of Cornflower #92BAD9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.88%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 26.59%
G = 33.88%
B = 39.53%

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

#92BAD9 (or 0x92BAD9) is known color: Cornflower. HEX triplet: 92, BA and D9. RGB value is (146,186,217). Sum of RGB (Red+Green+Blue) = 146+186+217=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #92BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAD9 is #6D4526. Grayscale: #B1B1B1. Windows color (decimal): -7161127 or 14269074. OLE color: 14269074.

HSL color Cylindrical-coordinate representation of color #92BAD9: hue angle of 206.2º degrees, saturation: 0.48, 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 #92BAD9 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 186 217 -
CMYK 0.33 0.14 0 0.15
HSL 206.2º 0.48% 0.71% -
HSV(B) 206.2º 0.33% 0.85% -
XYZ 41.94 46.24 72.36 -
YUV 177.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 146 186 217 0.33 0.14 0 0.15 206.2 0.48 0.71
Hex 92 BA D9 21 E 0 F CE 30 47
Octal 222 272 331 41 16 0 17 316 60 107
Binary 10010010 10111010 11011001 100001 1110 0 1111 11001110 110000 1000111

Color Harmonies of #92BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BAD9

Black with #92BAD9

Text Example


Text Example

White with #92BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,186,217); }

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

background-color css

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

 a { background-color: rgb(146,186,217); }

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

border-color css

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

 span { border-color: rgb(146,186,217); }

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