Html Css Color HEX #99CCD9 Regent St Blue

📋 copy color: '#99CCD9'

red 153 ◦ green 204 ◦ blue 217

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

Shades of Regent St Blue #99CCD9

Tints of Regent St Blue #99CCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.8%

R = 26.66%
G = 35.54%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99CCD9 (or 0x99CCD9) is known color: Regent St Blue. HEX triplet: 99, CC and D9. RGB value is (153,204,217). Sum of RGB (Red+Green+Blue) = 153+204+217=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #99CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCD9 is #663326. Grayscale: #BEBEBE. Windows color (decimal): -6697767 or 14273689. OLE color: 14273689.

HSL color Cylindrical-coordinate representation of color #99CCD9: hue angle of 192.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CCD9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 204 217 -
CMYK 0.29 0.06 0 0.15
HSL 192.19º 0.46% 0.73% -
HSV(B) 192.19º 0.29% 0.85% -
XYZ 47.25 54.97 73.76 -
YUV 190.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 153 204 217 0.29 0.06 0 0.15 192.19 0.46 0.73
Hex 99 CC D9 1D 6 0 F C0 2E 49
Octal 231 314 331 35 6 0 17 300 56 111
Binary 10011001 11001100 11011001 11101 110 0 1111 11000000 101110 1001001

Color Harmonies of #99CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CCD9

Black with #99CCD9

Text Example


Text Example

White with #99CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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