#94CFDC

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

Shades of Regent St Blue #94CFDC

Tints of Regent St Blue #94CFDC

Color information

#94CFDC (or 0x94CFDC) is unknown color: approx Regent St Blue. HEX triplet: 94, CF and DC. RGB value is (148,207,220). Sum of RGB (Red+Green+Blue) = 148+207+220=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #94CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFDC is #6B3023. Grayscale: #BEBEBE. Windows color (decimal): -7024676 or 14471060. OLE color: 14471060.

HSL color Cylindrical-coordinate representation of color #94CFDC: hue angle of 190.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 #94CFDC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148207220-
CMYK0.330.0600.14
HSL190.83º50.7%72.16%-
HSV(B)190.83º32.73%86.27%-
XYZ47.4456.0976.04-
YUV190.84144.4597.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=25.74%
G=36%
B=38.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482072200.330.0600.14190.8350.772.16
Hex94CFDC2160Ebf3348
Octal22431733441601627763110
Binary10010100110011111101110010000111001110101111111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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