#95D5EA

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

Shades of Anakiwa #95D5EA

Tints of Anakiwa #95D5EA

Color information

#95D5EA (or 0x95D5EA) is unknown color: approx Anakiwa. HEX triplet: 95, D5 and EA. RGB value is (149,213,234). Sum of RGB (Red+Green+Blue) = 149+213+234=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #95D5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D5EA is #6A2A15. Grayscale: #C4C4C4. Windows color (decimal): -6957590 or 15390101. OLE color: 15390101.

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

Color convert

RGB149213234-
CMYK0.360.0900.08
HSL194.82º66.93%75.1%-
HSV(B)194.82º36.32%91.76%-
XYZ51.0459.9286.72-
YUV196.26149.394.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=25%
G=35.74%
B=39.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492132340.360.0900.08194.8266.9375.1
Hex95D5EA24908c3434b
Octal2253253524411010303103113
Binary1001010111010101111010101001001001010001100001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,234); }

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

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

 a { background-color: rgb(149,213,234); }

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

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

 span { border-color: rgb(149,213,234); }

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