#99CEDD

Color #99CEDD Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #99CEDD

Tints of Regent St Blue #99CEDD

Color information

#99CEDD (or 0x99CEDD) is unknown color: approx 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

RGB153206221-
CMYK0.310.0700.13
HSL193.24º50%73.33%-
HSV(B)193.24º30.77%86.67%-
XYZ48.2656.1476.7-
YUV191.86144.44100.28-

RGB Variations

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

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.10%
R=26.38%
G=35.52%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532062210.310.0700.13193.245073.33
Hex99CEDD1F70Dc13249
Octal23131633537701530162111
Binary1001100111001110110111011111111101101110000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>