Html Css Color HEX #9AF0DC Ice Cold

📋 copy color: '#9AF0DC'

red 154 ◦ green 240 ◦ blue 220

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

Shades of Ice Cold #9AF0DC

Tints of Ice Cold #9AF0DC

RGB

 RED value IS 154 (60.55% from 255) = 25.08%

 GREEN value IS 240 (94.14% from 255) = 39.09%

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 25.08%
G = 39.09%
B = 35.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#9AF0DC (or 0x9AF0DC) is known color: Ice Cold. HEX triplet: 9A, F0 and DC. RGB value is (154,240,220). Sum of RGB (Red+Green+Blue) = 154+240+220=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF0DC is #650F23. Grayscale: #D3D3D3. Windows color (decimal): -6623012 or 14479514. OLE color: 14479514.

HSL color Cylindrical-coordinate representation of color #9AF0DC: hue angle of 166.05º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0DC is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 220 -
CMYK 0.36 0 0.08 0.06
HSL 166.05º 0.74% 0.77% -
HSV(B) 166.05º 0.36% 0.94% -
XYZ 57.4 74.36 79.04 -
YUV 212.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 154 240 220 0.36 0 0.08 0.06 166.05 0.74 0.77
Hex 9A F0 DC 24 0 8 6 A6 4A 4D
Octal 232 360 334 44 0 10 6 246 112 115
Binary 10011010 11110000 11011100 100100 0 1000 110 10100110 1001010 1001101

Color Harmonies of #9AF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF0DC

Black with #9AF0DC

Text Example


Text Example

White with #9AF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF0DC; }

 p { color: rgb(154,240,220); }

 H1.HeaderClassName
 {
   color: #9AF0DC;
 }
 .AnyTagClassName
 {
   color: #9AF0DC;
 }
</style>

background-color css

<style>
 a { background-color: #9AF0DC; }

 a { background-color: rgb(154,240,220); }

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

border-color css

<style>
 span { border-color: #9AF0DC; }

 span { border-color: rgb(154,240,220); }

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