Html Css Color HEX #96EFDF Ice Cold

📋 copy color: '#96EFDF'

red 150 ◦ green 239 ◦ blue 223

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

Shades of Ice Cold #96EFDF

Tints of Ice Cold #96EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.05%

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 24.51%
G = 39.05%
B = 36.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#96EFDF (or 0x96EFDF) is known color: Ice Cold. HEX triplet: 96, EF and DF. RGB value is (150,239,223). Sum of RGB (Red+Green+Blue) = 150+239+223=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFDF is #691020. Grayscale: #D2D2D2. Windows color (decimal): -6885409 or 14675862. OLE color: 14675862.

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

Color convert

RGB 150 239 223 -
CMYK 0.37 0 0.07 0.06
HSL 169.21º 0.74% 0.76% -
HSV(B) 169.21º 0.37% 0.94% -
XYZ 56.76 73.54 81.02 -
YUV 210.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 150 239 223 0.37 0 0.07 0.06 169.21 0.74 0.76
Hex 96 EF DF 25 0 7 6 A9 4A 4C
Octal 226 357 337 45 0 7 6 251 112 114
Binary 10010110 11101111 11011111 100101 0 111 110 10101001 1001010 1001100

Color Harmonies of #96EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFDF

Black with #96EFDF

Text Example


Text Example

White with #96EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,239,223); }

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

background-color css

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

 a { background-color: rgb(150,239,223); }

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

border-color css

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

 span { border-color: rgb(150,239,223); }

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