Html Css Color HEX #99CCDD Regent St Blue

📋 copy color: '#99CCDD'

red 153 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #99CCDD

Tints of Regent St Blue #99CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.29%

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

R = 26.47%
G = 35.29%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99CCDD (or 0x99CCDD) is known color: Regent St Blue. HEX triplet: 99, CC and DD. RGB value is (153,204,221). Sum of RGB (Red+Green+Blue) = 153+204+221=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #99CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCDD is #663322. Grayscale: #BEBEBE. Windows color (decimal): -6697763 or 14535833. OLE color: 14535833.

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

Color convert

RGB 153 204 221 -
CMYK 0.31 0.08 0 0.13
HSL 195º 0.5% 0.73% -
HSV(B) 195º 0.31% 0.87% -
XYZ 47.78 55.18 76.54 -
YUV 190.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 153 204 221 0.31 0.08 0 0.13 195 0.5 0.73
Hex 99 CC DD 1F 8 0 D C3 32 49
Octal 231 314 335 37 10 0 15 303 62 111
Binary 10011001 11001100 11011101 11111 1000 0 1101 11000011 110010 1001001

Color Harmonies of #99CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CCDD

Black with #99CCDD

Text Example


Text Example

White with #99CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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