Html Css Color HEX #99CCD4 Regent St Blue

📋 copy color: '#99CCD4'

red 153 ◦ green 204 ◦ blue 212

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

Shades of Regent St Blue #99CCD4

Tints of Regent St Blue #99CCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 26.89%
G = 35.85%
B = 37.26%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#99CCD4 (or 0x99CCD4) is known color: Regent St Blue. HEX triplet: 99, CC and D4. RGB value is (153,204,212). Sum of RGB (Red+Green+Blue) = 153+204+212=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #99CCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCD4 is #66332B. Grayscale: #BDBDBD. Windows color (decimal): -6697772 or 13946009. OLE color: 13946009.

HSL color Cylindrical-coordinate representation of color #99CCD4: hue angle of 188.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99CCD4 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 204 212 -
CMYK 0.28 0.04 0 0.17
HSL 188.14º 0.41% 0.72% -
HSV(B) 188.14º 0.28% 0.83% -
XYZ 46.61 54.71 70.39 -
YUV 189.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 153 204 212 0.28 0.04 0 0.17 188.14 0.41 0.72
Hex 99 CC D4 1C 4 0 11 BC 29 48
Octal 231 314 324 34 4 0 21 274 51 110
Binary 10011001 11001100 11010100 11100 100 0 10001 10111100 101001 1001000

Color Harmonies of #99CCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CCD4

Black with #99CCD4

Text Example


Text Example

White with #99CCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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