Html Css Color HEX #9AEEDF Ice Cold

📋 copy color: '#9AEEDF'

red 154 ◦ green 238 ◦ blue 223

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

Shades of Ice Cold #9AEEDF

Tints of Ice Cold #9AEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

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

R = 25.04%
G = 38.7%
B = 36.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9AEEDF (or 0x9AEEDF) is known color: Ice Cold. HEX triplet: 9A, EE and DF. RGB value is (154,238,223). Sum of RGB (Red+Green+Blue) = 154+238+223=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEDF is #651120. Grayscale: #D3D3D3. Windows color (decimal): -6623521 or 14675610. OLE color: 14675610.

HSL color Cylindrical-coordinate representation of color #9AEEDF: hue angle of 169.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEDF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 238 223 -
CMYK 0.35 0 0.06 0.07
HSL 169.29º 0.71% 0.77% -
HSV(B) 169.29º 0.35% 0.93% -
XYZ 57.22 73.35 80.95 -
YUV 211.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 154 238 223 0.35 0 0.06 0.07 169.29 0.71 0.77
Hex 9A EE DF 23 0 6 7 A9 47 4D
Octal 232 356 337 43 0 6 7 251 107 115
Binary 10011010 11101110 11011111 100011 0 110 111 10101001 1000111 1001101

Color Harmonies of #9AEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEEDF

Black with #9AEEDF

Text Example


Text Example

White with #9AEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,238,223); }

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

background-color css

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

 a { background-color: rgb(154,238,223); }

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

border-color css

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

 span { border-color: rgb(154,238,223); }

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