#95CADD

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

Shades of Regent St Blue #95CADD

Tints of Regent St Blue #95CADD

Color information

#95CADD (or 0x95CADD) is unknown color: approx Regent St Blue. HEX triplet: 95, CA and DD. RGB value is (149,202,221). Sum of RGB (Red+Green+Blue) = 149+202+221=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #95CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CADD is #6A3522. Grayscale: #BCBCBC. Windows color (decimal): -6960419 or 14535317. OLE color: 14535317.

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

Color convert

RGB149202221-
CMYK0.330.0900.13
HSL195.83º51.43%72.55%-
HSV(B)195.83º32.58%86.67%-
XYZ46.5753.8576.35-
YUV188.32146.4499.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=26.05%
G=35.31%
B=38.64%

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
Decimal1492022210.330.0900.13195.8351.4372.55
Hex95CADD2190Dc43349
Octal225312335411101530463111
Binary100101011100101011011101100001100101101110001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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