#95F0DF

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

Shades of Ice Cold #95F0DF

Tints of Ice Cold #95F0DF

Color information

#95F0DF (or 0x95F0DF) is unknown color: approx Ice Cold. HEX triplet: 95, F0 and DF. RGB value is (149,240,223). Sum of RGB (Red+Green+Blue) = 149+240+223=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0DF is #6A0F20. Grayscale: #D2D2D2. Windows color (decimal): -6950689 or 14676117. OLE color: 14676117.

HSL color Cylindrical-coordinate representation of color #95F0DF: hue angle of 168.79º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F0DF is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB149240223-
CMYK0.3800.070.06
HSL168.79º75.21%76.27%-
HSV(B)168.79º37.92%94.12%-
XYZ56.8774.0481.11-
YUV210.85134.8583.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.35%
GREEN value IS 240 (94.14% from 255) = 39.22%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=24.35%
G=39.22%
B=36.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492402230.3800.070.06168.7975.2176.27
Hex95F0DF26076a94b4c
Octal22536033746076251113114
Binary10010101111100001101111110011001111101010100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,240,223); }

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

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

 a { background-color: rgb(149,240,223); }

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

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

 span { border-color: rgb(149,240,223); }

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