#99CFDF

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

Shades of Regent St Blue #99CFDF

Tints of Regent St Blue #99CFDF

Color information

#99CFDF (or 0x99CFDF) is unknown color: approx Regent St Blue. HEX triplet: 99, CF and DF. RGB value is (153,207,223). Sum of RGB (Red+Green+Blue) = 153+207+223=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #99CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFDF is #663020. Grayscale: #C0C0C0. Windows color (decimal): -6696993 or 14667673. OLE color: 14667673.

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

Color convert

RGB153207223-
CMYK0.310.0700.13
HSL193.71º52.24%73.73%-
HSV(B)193.71º31.39%87.45%-
XYZ48.7756.7378.19-
YUV192.68145.1199.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.24%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=26.24%
G=35.51%
B=38.25%

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
Decimal1532072230.310.0700.13193.7152.2473.73
Hex99CFDF1F70Dc2344a
Octal23131733737701530264112
Binary1001100111001111110111111111111101101110000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,223); }

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

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

 a { background-color: rgb(153,207,223); }

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

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

 span { border-color: rgb(153,207,223); }

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