Html Css Color HEX #99C3D9 Regent St Blue

📋 copy color: '#99C3D9'

red 153 ◦ green 195 ◦ blue 217

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

Shades of Regent St Blue #99C3D9

Tints of Regent St Blue #99C3D9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.51%

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

R = 27.08%
G = 34.51%
B = 38.41%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99C3D9 (or 0x99C3D9) is known color: Regent St Blue. HEX triplet: 99, C3 and D9. RGB value is (153,195,217). Sum of RGB (Red+Green+Blue) = 153+195+217=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #99C3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C3D9 is #663C26. Grayscale: #B8B8B8. Windows color (decimal): -6700071 or 14271385. OLE color: 14271385.

HSL color Cylindrical-coordinate representation of color #99C3D9: hue angle of 200.62º 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 #99C3D9 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 195 217 -
CMYK 0.29 0.10 0 0.15
HSL 200.63º 0.46% 0.73% -
HSV(B) 200.63º 0.29% 0.85% -
XYZ 45.18 50.81 73.07 -
YUV 184.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 153 195 217 0.29 0.10 0 0.15 200.63 0.46 0.73
Hex 99 C3 D9 1D A 0 F C9 2E 49
Octal 231 303 331 35 12 0 17 311 56 111
Binary 10011001 11000011 11011001 11101 1010 0 1111 11001001 101110 1001001

Color Harmonies of #99C3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C3D9

Black with #99C3D9

Text Example


Text Example

White with #99C3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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