#94C3D0

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

Shades of Regent St Blue #94C3D0

Tints of Regent St Blue #94C3D0

Color information

#94C3D0 (or 0x94C3D0) is unknown color: approx Regent St Blue. HEX triplet: 94, C3 and D0. RGB value is (148,195,208). Sum of RGB (Red+Green+Blue) = 148+195+208=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #94C3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C3D0 is #6B3C2F. Grayscale: #B6B6B6. Windows color (decimal): -7027760 or 13681556. OLE color: 13681556.

HSL color Cylindrical-coordinate representation of color #94C3D0: hue angle of 193º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94C3D0 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148195208-
CMYK0.290.0600.18
HSL193º38.96%69.8%-
HSV(B)193º28.85%81.57%-
XYZ43.1149.8867.03-
YUV182.43142.43103.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=26.86%
G=35.39%
B=37.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481952080.290.0600.1819338.9669.8
Hex94C3D01D6012c12746
Octal22430332035602230147106
Binary10010100110000111101000011101110010010110000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,208); }

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

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

 a { background-color: rgb(148,195,208); }

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

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

 span { border-color: rgb(148,195,208); }

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