Html Css Color HEX #92BDDB Cornflower

📋 copy color: '#92BDDB'

red 146 ◦ green 189 ◦ blue 219

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

Shades of Cornflower #92BDDB

Tints of Cornflower #92BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 26.35%
G = 34.12%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#92BDDB (or 0x92BDDB) is known color: Cornflower. HEX triplet: 92, BD and DB. RGB value is (146,189,219). Sum of RGB (Red+Green+Blue) = 146+189+219=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #92BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDDB is #6D4224. Grayscale: #B3B3B3. Windows color (decimal): -7160357 or 14400914. OLE color: 14400914.

HSL color Cylindrical-coordinate representation of color #92BDDB: hue angle of 204.66º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BDDB is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 189 219 -
CMYK 0.33 0.14 0 0.14
HSL 204.66º 0.5% 0.72% -
HSV(B) 204.66º 0.33% 0.86% -
XYZ 42.84 47.62 73.95 -
YUV 179.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 146 189 219 0.33 0.14 0 0.14 204.66 0.5 0.72
Hex 92 BD DB 21 E 0 E CD 32 48
Octal 222 275 333 41 16 0 16 315 62 110
Binary 10010010 10111101 11011011 100001 1110 0 1110 11001101 110010 1001000

Color Harmonies of #92BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDDB

Black with #92BDDB

Text Example


Text Example

White with #92BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,189,219); }

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

background-color css

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

 a { background-color: rgb(146,189,219); }

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

border-color css

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

 span { border-color: rgb(146,189,219); }

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