#94CCDA

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

Shades of Regent St Blue #94CCDA

Tints of Regent St Blue #94CCDA

Color information

#94CCDA (or 0x94CCDA) is unknown color: approx Regent St Blue. HEX triplet: 94, CC and DA. RGB value is (148,204,218). Sum of RGB (Red+Green+Blue) = 148+204+218=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #94CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCDA is #6B3325. Grayscale: #BCBCBC. Windows color (decimal): -7025446 or 14339220. OLE color: 14339220.

HSL color Cylindrical-coordinate representation of color #94CCDA: hue angle of 192º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CCDA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148204218-
CMYK0.320.0600.15
HSL192º48.61%71.76%-
HSV(B)192º32.11%85.49%-
XYZ46.4654.5474.41-
YUV188.85144.4598.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=25.96%
G=35.79%
B=38.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482042180.320.0600.1519248.6171.76
Hex94CCDA2060Fc03148
Octal22431433240601730061110
Binary10010100110011001101101010000011001111110000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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