#9FCDDA

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

Shades of Regent St Blue #9FCDDA

Tints of Regent St Blue #9FCDDA

Color information

#9FCDDA (or 0x9FCDDA) is unknown color: approx Regent St Blue. HEX triplet: 9F, CD and DA. RGB value is (159,205,218). Sum of RGB (Red+Green+Blue) = 159+205+218=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 205 (80.47% from 255 or 35.22% 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 #9FCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDDA is #603225. Grayscale: #C0C0C0. Windows color (decimal): -6304294 or 14339487. OLE color: 14339487.

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

Color convert

RGB159205218-
CMYK0.270.0600.15
HSL193.22º44.36%73.92%-
HSV(B)193.22º27.06%85.49%-
XYZ48.7856.174.59-
YUV192.73142.26103.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.32%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=27.32%
G=35.22%
B=37.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592052180.270.0600.15193.2244.3673.92
Hex9FCDDA1B60Fc12c4a
Octal23731533233601730154112
Binary1001111111001101110110101101111001111110000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,218); }

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

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

 a { background-color: rgb(159,205,218); }

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

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

 span { border-color: rgb(159,205,218); }

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