Html Css Color HEX #92BBE0 Cornflower

📋 copy color: '#92BBE0'

red 146 ◦ green 187 ◦ blue 224

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

Shades of Cornflower #92BBE0

Tints of Cornflower #92BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 26.21%
G = 33.57%
B = 40.22%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#92BBE0 (or 0x92BBE0) is known color: Cornflower. HEX triplet: 92, BB and E0. RGB value is (146,187,224). Sum of RGB (Red+Green+Blue) = 146+187+224=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #92BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBE0 is #6D441F. Grayscale: #B2B2B2. Windows color (decimal): -7160864 or 14728082. OLE color: 14728082.

HSL color Cylindrical-coordinate representation of color #92BBE0: hue angle of 208.46º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BBE0 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 146 187 224 -
CMYK 0.35 0.17 0 0.12
HSL 208.46º 0.56% 0.73% -
HSV(B) 208.46º 0.35% 0.88% -
XYZ 43.08 47.03 77.33 -
YUV 178.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 146 187 224 0.35 0.17 0 0.12 208.46 0.56 0.73
Hex 92 BB E0 23 11 0 C D0 38 49
Octal 222 273 340 43 21 0 14 320 70 111
Binary 10010010 10111011 11100000 100011 10001 0 1100 11010000 111000 1001001

Color Harmonies of #92BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBE0

Black with #92BBE0

Text Example


Text Example

White with #92BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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