#93CADA

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

Shades of Regent St Blue #93CADA

Tints of Regent St Blue #93CADA

Color information

#93CADA (or 0x93CADA) is unknown color: approx Regent St Blue. HEX triplet: 93, CA and DA. RGB value is (147,202,218). Sum of RGB (Red+Green+Blue) = 147+202+218=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #93CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CADA is #6C3525. Grayscale: #BBBBBB. Windows color (decimal): -7091494 or 14338707. OLE color: 14338707.

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

Color convert

RGB147202218-
CMYK0.330.0700.15
HSL193.52º48.97%71.57%-
HSV(B)193.52º32.57%85.49%-
XYZ45.8153.5174.24-
YUV187.38145.2899.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.93%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=25.93%
G=35.63%
B=38.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472022180.330.0700.15193.5248.9771.57
Hex93CADA2170Fc23148
Octal22331233241701730261110
Binary10010011110010101101101010000111101111110000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CADA; }

 p { color: rgb(147,202,218); }

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

<style>
 a { background-color: #93CADA; }

 a { background-color: rgb(147,202,218); }

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

<style>
 span { border-color: #93CADA; }

 span { border-color: rgb(147,202,218); }

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