Html Css Color HEX #99BCDB Cornflower

📋 copy color: '#99BCDB'

red 153 ◦ green 188 ◦ blue 219

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

Shades of Cornflower #99BCDB

Tints of Cornflower #99BCDB

RGB

 RED value IS 153 (60.16% from 255) = 27.32%

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

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

R = 27.32%
G = 33.57%
B = 39.11%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99BCDB (or 0x99BCDB) is known color: Cornflower. HEX triplet: 99, BC and DB. RGB value is (153,188,219). Sum of RGB (Red+Green+Blue) = 153+188+219=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #99BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCDB is #664324. Grayscale: #B4B4B4. Windows color (decimal): -6701861 or 14400665. OLE color: 14400665.

HSL color Cylindrical-coordinate representation of color #99BCDB: hue angle of 208.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BCDB is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 188 219 -
CMYK 0.30 0.14 0 0.14
HSL 208.18º 0.48% 0.73% -
HSV(B) 208.18º 0.3% 0.86% -
XYZ 43.91 47.85 73.94 -
YUV 181.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 153 188 219 0.30 0.14 0 0.14 208.18 0.48 0.73
Hex 99 BC DB 1E E 0 E D0 30 49
Octal 231 274 333 36 16 0 16 320 60 111
Binary 10011001 10111100 11011011 11110 1110 0 1110 11010000 110000 1001001

Color Harmonies of #99BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCDB

Black with #99BCDB

Text Example


Text Example

White with #99BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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