#95D7EB

Color #95D7EB Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #95D7EB

Tints of Anakiwa #95D7EB

Color information

#95D7EB (or 0x95D7EB) is unknown color: approx Anakiwa. HEX triplet: 95, D7 and EB. RGB value is (149,215,235). Sum of RGB (Red+Green+Blue) = 149+215+235=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #95D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D7EB is #6A2814. Grayscale: #C5C5C5. Windows color (decimal): -6957077 or 15456149. OLE color: 15456149.

HSL color Cylindrical-coordinate representation of color #95D7EB: hue angle of 193.95º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95D7EB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149215235-
CMYK0.370.0900.08
HSL193.95º68.25%75.29%-
HSV(B)193.95º36.6%92.16%-
XYZ51.6960.9987.64-
YUV197.55149.1393.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.87%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=24.87%
G=35.89%
B=39.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492152350.370.0900.08193.9568.2575.29
Hex95D7EB25908c2444b
Octal2253273534511010302104113
Binary1001010111010111111010111001011001010001100001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,215,235); }

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

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

 a { background-color: rgb(149,215,235); }

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

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

 span { border-color: rgb(149,215,235); }

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