#94CED9

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

Shades of Regent St Blue #94CED9

Tints of Regent St Blue #94CED9

Color information

#94CED9 (or 0x94CED9) is unknown color: approx Regent St Blue. HEX triplet: 94, CE and D9. RGB value is (148,206,217). Sum of RGB (Red+Green+Blue) = 148+206+217=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #94CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CED9 is #6B3126. Grayscale: #BDBDBD. Windows color (decimal): -7024935 or 14274196. OLE color: 14274196.

HSL color Cylindrical-coordinate representation of color #94CED9: hue angle of 189.57º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CED9 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148206217-
CMYK0.320.0500.15
HSL189.57º47.59%71.57%-
HSV(B)189.57º31.8%85.1%-
XYZ46.8155.4573.88-
YUV189.91143.2898.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=25.92%
G=36.08%
B=38.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482062170.320.0500.15189.5747.5971.57
Hex94CED92050Fbe3048
Octal22431633140501727660110
Binary10010100110011101101100110000010101111101111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CED9; }

 p { color: rgb(148,206,217); }

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

<style>
 a { background-color: #94CED9; }

 a { background-color: rgb(148,206,217); }

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

<style>
 span { border-color: #94CED9; }

 span { border-color: rgb(148,206,217); }

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