#94C9DC

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

Shades of Regent St Blue #94C9DC

Tints of Regent St Blue #94C9DC

Color information

#94C9DC (or 0x94C9DC) is unknown color: approx Regent St Blue. HEX triplet: 94, C9 and DC. RGB value is (148,201,220). Sum of RGB (Red+Green+Blue) = 148+201+220=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #94C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C9DC is #6B3623. Grayscale: #BBBBBB. Windows color (decimal): -7026212 or 14469524. OLE color: 14469524.

HSL color Cylindrical-coordinate representation of color #94C9DC: hue angle of 195.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C9DC is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148201220-
CMYK0.330.0900.14
HSL195.83º50.7%72.16%-
HSV(B)195.83º32.73%86.27%-
XYZ46.0253.2475.56-
YUV187.32146.4499.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.01%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=26.01%
G=35.33%
B=38.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482012200.330.0900.14195.8350.772.16
Hex94C9DC2190Ec43348
Octal224311334411101630463110
Binary100101001100100111011100100001100101110110001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,201,220); }

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

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

 a { background-color: rgb(148,201,220); }

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

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

 span { border-color: rgb(148,201,220); }

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