#94C4CE

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

Shades of Regent St Blue #94C4CE

Tints of Regent St Blue #94C4CE

Color information

#94C4CE (or 0x94C4CE) is unknown color: approx Regent St Blue. HEX triplet: 94, C4 and CE. RGB value is (148,196,206). Sum of RGB (Red+Green+Blue) = 148+196+206=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #94C4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C4CE is #6B3B31. Grayscale: #B6B6B6. Windows color (decimal): -7027506 or 13550740. OLE color: 13550740.

HSL color Cylindrical-coordinate representation of color #94C4CE: hue angle of 190.34º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94C4CE is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148196206-
CMYK0.280.0500.19
HSL190.34º37.18%69.41%-
HSV(B)190.34º28.16%80.78%-
XYZ43.0950.2365.82-
YUV182.79141.1103.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.91%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=26.91%
G=35.64%
B=37.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481962060.280.0500.19190.3437.1869.41
Hex94C4CE1C5013be2545
Octal22430431634502327645105
Binary10010100110001001100111011100101010011101111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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