#94CCD5

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

Shades of Regent St Blue #94CCD5

Tints of Regent St Blue #94CCD5

Color information

#94CCD5 (or 0x94CCD5) is unknown color: approx Regent St Blue. HEX triplet: 94, CC and D5. RGB value is (148,204,213). Sum of RGB (Red+Green+Blue) = 148+204+213=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #94CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCD5 is #6B332A. Grayscale: #BCBCBC. Windows color (decimal): -7025451 or 14011540. OLE color: 14011540.

HSL color Cylindrical-coordinate representation of color #94CCD5: hue angle of 188.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CCD5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148204213-
CMYK0.310.0400.16
HSL188.31º43.62%70.78%-
HSV(B)188.31º30.52%83.53%-
XYZ45.8254.2971.01-
YUV188.28141.9599.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.19%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=26.19%
G=36.11%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482042130.310.0400.16188.3143.6270.78
Hex94CCD51F4010bc2c47
Octal22431432537402027454107
Binary10010100110011001101010111111100010000101111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,213); }

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

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

 a { background-color: rgb(148,204,213); }

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

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

 span { border-color: rgb(148,204,213); }

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