#9CCFDE

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

Shades of Regent St Blue #9CCFDE

Tints of Regent St Blue #9CCFDE

Color information

#9CCFDE (or 0x9CCFDE) is unknown color: approx Regent St Blue. HEX triplet: 9C, CF and DE. RGB value is (156,207,222). Sum of RGB (Red+Green+Blue) = 156+207+222=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CCFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFDE is #633021. Grayscale: #C1C1C1. Windows color (decimal): -6500386 or 14602140. OLE color: 14602140.

HSL color Cylindrical-coordinate representation of color #9CCFDE: hue angle of 193.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCFDE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156207222-
CMYK0.300.0700.13
HSL193.64º50%74.12%-
HSV(B)193.64º29.73%87.06%-
XYZ49.2156.9777.51-
YUV193.46144.1101.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=26.67%
G=35.38%
B=37.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562072220.300.0700.13193.645074.12
Hex9CCFDE1E70Dc2324a
Octal23431733636701530262112
Binary1001110011001111110111101111011101101110000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CCFDE; }

 p { color: rgb(156,207,222); }

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

<style>
 a { background-color: #9CCFDE; }

 a { background-color: rgb(156,207,222); }

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

<style>
 span { border-color: #9CCFDE; }

 span { border-color: rgb(156,207,222); }

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