Html Css Color HEX #99CEDD Regent St Blue

📋 copy color: '#99CEDD'

red 153 ◦ green 206 ◦ blue 221

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

Shades of Regent St Blue #99CEDD

Tints of Regent St Blue #99CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

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

R = 26.38%
G = 35.52%
B = 38.1%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#99CEDD (or 0x99CEDD) is known color: Regent St Blue. HEX triplet: 99, CE and DD. RGB value is (153,206,221). Sum of RGB (Red+Green+Blue) = 153+206+221=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #99CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEDD is #663122. Grayscale: #BFBFBF. Windows color (decimal): -6697251 or 14536345. OLE color: 14536345.

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

Color convert

RGB 153 206 221 -
CMYK 0.31 0.07 0 0.13
HSL 193.24º 0.5% 0.73% -
HSV(B) 193.24º 0.31% 0.87% -
XYZ 48.26 56.14 76.7 -
YUV 191.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 153 206 221 0.31 0.07 0 0.13 193.24 0.5 0.73
Hex 99 CE DD 1F 7 0 D C1 32 49
Octal 231 316 335 37 7 0 15 301 62 111
Binary 10011001 11001110 11011101 11111 111 0 1101 11000001 110010 1001001

Color Harmonies of #99CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CEDD

Black with #99CEDD

Text Example


Text Example

White with #99CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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