Html Css Color HEX #99BCDD Cornflower

📋 copy color: '#99BCDD'

red 153 ◦ green 188 ◦ blue 221

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

Shades of Cornflower #99BCDD

Tints of Cornflower #99BCDD

RGB

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

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

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

R = 27.22%
G = 33.45%
B = 39.32%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99BCDD (or 0x99BCDD) is known color: Cornflower. HEX triplet: 99, BC and DD. RGB value is (153,188,221). Sum of RGB (Red+Green+Blue) = 153+188+221=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCDD is #664322. Grayscale: #B5B5B5. Windows color (decimal): -6701859 or 14531737. OLE color: 14531737.

HSL color Cylindrical-coordinate representation of color #99BCDD: hue angle of 209.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BCDD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 188 221 -
CMYK 0.31 0.15 0 0.13
HSL 209.12º 0.5% 0.73% -
HSV(B) 209.12º 0.31% 0.87% -
XYZ 44.17 47.96 75.34 -
YUV 181.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 153 188 221 0.31 0.15 0 0.13 209.12 0.5 0.73
Hex 99 BC DD 1F F 0 D D1 32 49
Octal 231 274 335 37 17 0 15 321 62 111
Binary 10011001 10111100 11011101 11111 1111 0 1101 11010001 110010 1001001

Color Harmonies of #99BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCDD

Black with #99BCDD

Text Example


Text Example

White with #99BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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