Html Css Color HEX #92BCDB Cornflower

📋 copy color: '#92BCDB'

red 146 ◦ green 188 ◦ blue 219

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

Shades of Cornflower #92BCDB

Tints of Cornflower #92BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

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

R = 26.4%
G = 34%
B = 39.6%

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

#92BCDB (or 0x92BCDB) is known color: Cornflower. HEX triplet: 92, BC and DB. RGB value is (146,188,219). Sum of RGB (Red+Green+Blue) = 146+188+219=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #92BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCDB is #6D4324. Grayscale: #B2B2B2. Windows color (decimal): -7160613 or 14400658. OLE color: 14400658.

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

Color convert

RGB 146 188 219 -
CMYK 0.33 0.14 0 0.14
HSL 205.48º 0.5% 0.72% -
HSV(B) 205.48º 0.33% 0.86% -
XYZ 42.62 47.19 73.88 -
YUV 178.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 146 188 219 0.33 0.14 0 0.14 205.48 0.5 0.72
Hex 92 BC DB 21 E 0 E CD 32 48
Octal 222 274 333 41 16 0 16 315 62 110
Binary 10010010 10111100 11011011 100001 1110 0 1110 11001101 110010 1001000

Color Harmonies of #92BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCDB

Black with #92BCDB

Text Example


Text Example

White with #92BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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