Html Css Color HEX #99BFDC Cornflower

📋 copy color: '#99BFDC'

red 153 ◦ green 191 ◦ blue 220

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

Shades of Cornflower #99BFDC

Tints of Cornflower #99BFDC

RGB

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

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

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

R = 27.13%
G = 33.87%
B = 39.01%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99BFDC (or 0x99BFDC) is known color: Cornflower. HEX triplet: 99, BF and DC. RGB value is (153,191,220). Sum of RGB (Red+Green+Blue) = 153+191+220=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #99BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFDC is #664023. Grayscale: #B6B6B6. Windows color (decimal): -6701092 or 14466969. OLE color: 14466969.

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

Color convert

RGB 153 191 220 -
CMYK 0.30 0.13 0 0.14
HSL 205.97º 0.49% 0.73% -
HSV(B) 205.97º 0.3% 0.86% -
XYZ 44.69 49.2 74.85 -
YUV 182.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 153 191 220 0.30 0.13 0 0.14 205.97 0.49 0.73
Hex 99 BF DC 1E D 0 E CE 31 49
Octal 231 277 334 36 15 0 16 316 61 111
Binary 10011001 10111111 11011100 11110 1101 0 1110 11001110 110001 1001001

Color Harmonies of #99BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BFDC

Black with #99BFDC

Text Example


Text Example

White with #99BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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