Html Css Color HEX #99C2DD Cornflower

📋 copy color: '#99C2DD'

red 153 ◦ green 194 ◦ blue 221

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

Shades of Cornflower #99C2DD

Tints of Cornflower #99C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

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

R = 26.94%
G = 34.15%
B = 38.91%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99C2DD (or 0x99C2DD) is known color: Cornflower. HEX triplet: 99, C2 and DD. RGB value is (153,194,221). Sum of RGB (Red+Green+Blue) = 153+194+221=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #99C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C2DD is #663D22. Grayscale: #B8B8B8. Windows color (decimal): -6700323 or 14533273. OLE color: 14533273.

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

Color convert

RGB 153 194 221 -
CMYK 0.31 0.12 0 0.13
HSL 203.82º 0.5% 0.73% -
HSV(B) 203.82º 0.31% 0.87% -
XYZ 45.48 50.58 75.77 -
YUV 184.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 153 194 221 0.31 0.12 0 0.13 203.82 0.5 0.73
Hex 99 C2 DD 1F C 0 D CC 32 49
Octal 231 302 335 37 14 0 15 314 62 111
Binary 10011001 11000010 11011101 11111 1100 0 1101 11001100 110010 1001001

Color Harmonies of #99C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2DD

Black with #99C2DD

Text Example


Text Example

White with #99C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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