Html Css Color HEX #92BBDD Cornflower

📋 copy color: '#92BBDD'

red 146 ◦ green 187 ◦ blue 221

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

Shades of Cornflower #92BBDD

Tints of Cornflower #92BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 26.35%
G = 33.75%
B = 39.89%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92BBDD (or 0x92BBDD) is known color: Cornflower. HEX triplet: 92, BB and DD. RGB value is (146,187,221). Sum of RGB (Red+Green+Blue) = 146+187+221=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #92BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBDD is #6D4422. Grayscale: #B2B2B2. Windows color (decimal): -7160867 or 14531474. OLE color: 14531474.

HSL color Cylindrical-coordinate representation of color #92BBDD: hue angle of 207.2º degrees, saturation: 0.52, 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 #92BBDD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 187 221 -
CMYK 0.34 0.15 0 0.13
HSL 207.2º 0.52% 0.72% -
HSV(B) 207.2º 0.34% 0.87% -
XYZ 42.68 46.87 75.2 -
YUV 178.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 146 187 221 0.34 0.15 0 0.13 207.2 0.52 0.72
Hex 92 BB DD 22 F 0 D CF 34 48
Octal 222 273 335 42 17 0 15 317 64 110
Binary 10010010 10111011 11011101 100010 1111 0 1101 11001111 110100 1001000

Color Harmonies of #92BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BBDD

Black with #92BBDD

Text Example


Text Example

White with #92BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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