Html Css Color HEX #99BCDC Cornflower

📋 copy color: '#99BCDC'

red 153 ◦ green 188 ◦ blue 220

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

Shades of Cornflower #99BCDC

Tints of Cornflower #99BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 27.27%
G = 33.51%
B = 39.22%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99BCDC (or 0x99BCDC) is known color: Cornflower. HEX triplet: 99, BC and DC. RGB value is (153,188,220). Sum of RGB (Red+Green+Blue) = 153+188+220=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #99BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCDC is #664323. Grayscale: #B5B5B5. Windows color (decimal): -6701860 or 14466201. OLE color: 14466201.

HSL color Cylindrical-coordinate representation of color #99BCDC: hue angle of 208.66º degrees, saturation: 0.49, 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 #99BCDC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 188 220 -
CMYK 0.30 0.15 0 0.14
HSL 208.66º 0.49% 0.73% -
HSV(B) 208.66º 0.3% 0.86% -
XYZ 44.04 47.91 74.64 -
YUV 181.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 153 188 220 0.30 0.15 0 0.14 208.66 0.49 0.73
Hex 99 BC DC 1E F 0 E D1 31 49
Octal 231 274 334 36 17 0 16 321 61 111
Binary 10011001 10111100 11011100 11110 1111 0 1110 11010001 110001 1001001

Color Harmonies of #99BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCDC

Black with #99BCDC

Text Example


Text Example

White with #99BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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