#95CFDE

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

Shades of Regent St Blue #95CFDE

Tints of Regent St Blue #95CFDE

Color information

#95CFDE (or 0x95CFDE) is unknown color: approx Regent St Blue. HEX triplet: 95, CF and DE. RGB value is (149,207,222). Sum of RGB (Red+Green+Blue) = 149+207+222=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #95CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CFDE is #6A3021. Grayscale: #BFBFBF. Windows color (decimal): -6959138 or 14602133. OLE color: 14602133.

HSL color Cylindrical-coordinate representation of color #95CFDE: hue angle of 192.33º degrees, saturation: 0.53, 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 #95CFDE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149207222-
CMYK0.330.0700.13
HSL192.33º52.52%72.75%-
HSV(B)192.33º32.88%87.06%-
XYZ47.8956.2977.45-
YUV191.37145.2897.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.78%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=25.78%
G=35.81%
B=38.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492072220.330.0700.13192.3352.5272.75
Hex95CFDE2170Dc03549
Octal22531733641701530065111
Binary10010101110011111101111010000111101101110000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,207,222); }

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

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

 a { background-color: rgb(149,207,222); }

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

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

 span { border-color: rgb(149,207,222); }

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