#99CDDE

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

Shades of Regent St Blue #99CDDE

Tints of Regent St Blue #99CDDE

Color information

#99CDDE (or 0x99CDDE) is unknown color: approx Regent St Blue. HEX triplet: 99, CD and DE. RGB value is (153,205,222). Sum of RGB (Red+Green+Blue) = 153+205+222=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #99CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDDE is #663221. Grayscale: #BFBFBF. Windows color (decimal): -6697506 or 14601625. OLE color: 14601625.

HSL color Cylindrical-coordinate representation of color #99CDDE: hue angle of 194.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CDDE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153205222-
CMYK0.310.0800.13
HSL194.78º51.11%73.53%-
HSV(B)194.78º31.08%87.06%-
XYZ48.1555.7177.32-
YUV191.39145.27100.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.38%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=26.38%
G=35.34%
B=38.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532052220.310.0800.13194.7851.1173.53
Hex99CDDE1F80Dc3334a
Octal231315336371001530363112
Binary10011001110011011101111011111100001101110000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,222); }

 H1.HeaderClassName
 {
   color: #99CDDE;
 }
 .AnyTagClassName
 {
   color: #99CDDE;
 }
</style>
background-color css

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

 a { background-color: rgb(153,205,222); }

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

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

 span { border-color: rgb(153,205,222); }

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