#94CBDC

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

Shades of Regent St Blue #94CBDC

Tints of Regent St Blue #94CBDC

Color information

#94CBDC (or 0x94CBDC) is unknown color: approx Regent St Blue. HEX triplet: 94, CB and DC. RGB value is (148,203,220). Sum of RGB (Red+Green+Blue) = 148+203+220=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #94CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBDC is #6B3423. Grayscale: #BCBCBC. Windows color (decimal): -7025700 or 14470036. OLE color: 14470036.

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

Color convert

RGB148203220-
CMYK0.330.0800.14
HSL194.17º50.7%72.16%-
HSV(B)194.17º32.73%86.27%-
XYZ46.4954.1875.72-
YUV188.49145.7899.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=25.92%
G=35.55%
B=38.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482032200.330.0800.14194.1750.772.16
Hex94CBDC2180Ec23348
Octal224313334411001630263110
Binary100101001100101111011100100001100001110110000101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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