#93CADD

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

Shades of Regent St Blue #93CADD

Tints of Regent St Blue #93CADD

Color information

#93CADD (or 0x93CADD) is unknown color: approx Regent St Blue. HEX triplet: 93, CA and DD. RGB value is (147,202,221). Sum of RGB (Red+Green+Blue) = 147+202+221=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #93CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CADD is #6C3522. Grayscale: #BBBBBB. Windows color (decimal): -7091491 or 14535315. OLE color: 14535315.

HSL color Cylindrical-coordinate representation of color #93CADD: hue angle of 195.41º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93CADD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147202221-
CMYK0.330.0900.13
HSL195.41º52.11%72.16%-
HSV(B)195.41º33.48%86.67%-
XYZ46.253.6676.33-
YUV187.72146.7898.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=25.79%
G=35.44%
B=38.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472022210.330.0900.13195.4152.1172.16
Hex93CADD2190Dc33448
Octal223312335411101530364110
Binary100100111100101011011101100001100101101110000111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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