Html Css Color HEX #99C8D8 Regent St Blue

📋 copy color: '#99C8D8'

red 153 ◦ green 200 ◦ blue 216

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

Shades of Regent St Blue #99C8D8

Tints of Regent St Blue #99C8D8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.15%

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 26.89%
G = 35.15%
B = 37.96%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99C8D8 (or 0x99C8D8) is known color: Regent St Blue. HEX triplet: 99, C8 and D8. RGB value is (153,200,216). Sum of RGB (Red+Green+Blue) = 153+200+216=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #99C8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8D8 is #663727. Grayscale: #BBBBBB. Windows color (decimal): -6698792 or 14207129. OLE color: 14207129.

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

Color convert

RGB 153 200 216 -
CMYK 0.29 0.07 0 0.15
HSL 195.24º 0.45% 0.72% -
HSV(B) 195.24º 0.29% 0.85% -
XYZ 46.19 53.04 72.77 -
YUV 187.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 153 200 216 0.29 0.07 0 0.15 195.24 0.45 0.72
Hex 99 C8 D8 1D 7 0 F C3 2D 48
Octal 231 310 330 35 7 0 17 303 55 110
Binary 10011001 11001000 11011000 11101 111 0 1111 11000011 101101 1001000

Color Harmonies of #99C8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C8D8

Black with #99C8D8

Text Example


Text Example

White with #99C8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,200,216); }

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

background-color css

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

 a { background-color: rgb(153,200,216); }

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

border-color css

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

 span { border-color: rgb(153,200,216); }

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