Html Css Color HEX #99BFDD Cornflower

📋 copy color: '#99BFDD'

red 153 ◦ green 191 ◦ blue 221

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

Shades of Cornflower #99BFDD

Tints of Cornflower #99BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 33.81%

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

R = 27.08%
G = 33.81%
B = 39.12%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99BFDD (or 0x99BFDD) is known color: Cornflower. HEX triplet: 99, BF and DD. RGB value is (153,191,221). Sum of RGB (Red+Green+Blue) = 153+191+221=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFDD is #664022. Grayscale: #B6B6B6. Windows color (decimal): -6701091 or 14532505. OLE color: 14532505.

HSL color Cylindrical-coordinate representation of color #99BFDD: hue angle of 206.47º 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 #99BFDD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 191 221 -
CMYK 0.31 0.14 0 0.13
HSL 206.47º 0.5% 0.73% -
HSV(B) 206.47º 0.31% 0.87% -
XYZ 44.82 49.25 75.55 -
YUV 183.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 153 191 221 0.31 0.14 0 0.13 206.47 0.5 0.73
Hex 99 BF DD 1F E 0 D CE 32 49
Octal 231 277 335 37 16 0 15 316 62 111
Binary 10011001 10111111 11011101 11111 1110 0 1101 11001110 110010 1001001

Color Harmonies of #99BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BFDD

Black with #99BFDD

Text Example


Text Example

White with #99BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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