#9DCFDA

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

Shades of Regent St Blue #9DCFDA

Tints of Regent St Blue #9DCFDA

Color information

#9DCFDA (or 0x9DCFDA) is unknown color: approx Regent St Blue. HEX triplet: 9D, CF and DA. RGB value is (157,207,218). Sum of RGB (Red+Green+Blue) = 157+207+218=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDA is #623025. Grayscale: #C1C1C1. Windows color (decimal): -6434854 or 14339997. OLE color: 14339997.

HSL color Cylindrical-coordinate representation of color #9DCFDA: hue angle of 190.82º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCFDA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157207218-
CMYK0.280.0500.15
HSL190.82º45.19%73.53%-
HSV(B)190.82º27.98%85.49%-
XYZ48.8756.8674.73-
YUV193.3141.94102.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=26.98%
G=35.57%
B=37.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572072180.280.0500.15190.8245.1973.53
Hex9DCFDA1C50Fbf2d4a
Octal23531733234501727755112
Binary1001110111001111110110101110010101111101111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,218); }

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

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

 a { background-color: rgb(157,207,218); }

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

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

 span { border-color: rgb(157,207,218); }

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