Html Css Color HEX #96EADA Ice Cold

📋 copy color: '#96EADA'

red 150 ◦ green 234 ◦ blue 218

#96EADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #96EADA

Tints of Ice Cold #96EADA

RGB

 RED value IS 150 (58.98% from 255) = 24.92%

 GREEN value IS 234 (91.8% from 255) = 38.87%

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 24.92%
G = 38.87%
B = 36.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#96EADA (or 0x96EADA) is known color: Ice Cold. HEX triplet: 96, EA and DA. RGB value is (150,234,218). Sum of RGB (Red+Green+Blue) = 150+234+218=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #96EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EADA is #691525. Grayscale: #CFCFCF. Windows color (decimal): -6886694 or 14346902. OLE color: 14346902.

HSL color Cylindrical-coordinate representation of color #96EADA: hue angle of 168.57º 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 #96EADA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 218 -
CMYK 0.36 0 0.07 0.08
HSL 168.57º 0.67% 0.75% -
HSV(B) 168.57º 0.36% 0.92% -
XYZ 54.66 70.39 77.04 -
YUV 207.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 150 234 218 0.36 0 0.07 0.08 168.57 0.67 0.75
Hex 96 EA DA 24 0 7 8 A9 43 4B
Octal 226 352 332 44 0 7 10 251 103 113
Binary 10010110 11101010 11011010 100100 0 111 1000 10101001 1000011 1001011

Color Harmonies of #96EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EADA

Black with #96EADA

Text Example


Text Example

White with #96EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96EADA; }

 p { color: rgb(150,234,218); }

 H1.HeaderClassName
 {
   color: #96EADA;
 }
 .AnyTagClassName
 {
   color: #96EADA;
 }
</style>

background-color css

<style>
 a { background-color: #96EADA; }

 a { background-color: rgb(150,234,218); }

 div.DivClassName
 {
   background-color: #96EADA;
 }
 .BgClassName
 {
   background-color: #96EADA;
 }
</style>

border-color css

<style>
 span { border-color: #96EADA; }

 span { border-color: rgb(150,234,218); }

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