#95CADB

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

Shades of Regent St Blue #95CADB

Tints of Regent St Blue #95CADB

Color information

#95CADB (or 0x95CADB) is unknown color: approx Regent St Blue. HEX triplet: 95, CA and DB. RGB value is (149,202,219). Sum of RGB (Red+Green+Blue) = 149+202+219=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #95CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CADB is #6A3524. Grayscale: #BBBBBB. Windows color (decimal): -6960421 or 14404245. OLE color: 14404245.

HSL color Cylindrical-coordinate representation of color #95CADB: hue angle of 194.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95CADB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149202219-
CMYK0.320.0800.14
HSL194.57º49.3%72.16%-
HSV(B)194.57º31.96%85.88%-
XYZ46.353.7574.95-
YUV188.09145.44100.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=26.14%
G=35.44%
B=38.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492022190.320.0800.14194.5749.372.16
Hex95CADB2080Ec33148
Octal225312333401001630361110
Binary100101011100101011011011100000100001110110000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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