Html Css Color HEX #9AEDDF Ice Cold

📋 copy color: '#9AEDDF'

red 154 ◦ green 237 ◦ blue 223

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

Shades of Ice Cold #9AEDDF

Tints of Ice Cold #9AEDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.6%

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

R = 25.08%
G = 38.6%
B = 36.32%

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

#9AEDDF (or 0x9AEDDF) is known color: Ice Cold. HEX triplet: 9A, ED and DF. RGB value is (154,237,223). Sum of RGB (Red+Green+Blue) = 154+237+223=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDDF is #651220. Grayscale: #D2D2D2. Windows color (decimal): -6623777 or 14675354. OLE color: 14675354.

HSL color Cylindrical-coordinate representation of color #9AEDDF: hue angle of 169.88º degrees, saturation: 0.7, 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 #9AEDDF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 237 223 -
CMYK 0.35 0 0.06 0.07
HSL 169.88º 0.7% 0.77% -
HSV(B) 169.88º 0.35% 0.93% -
XYZ 56.93 72.77 80.86 -
YUV 210.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 154 237 223 0.35 0 0.06 0.07 169.88 0.7 0.77
Hex 9A ED DF 23 0 6 7 AA 46 4D
Octal 232 355 337 43 0 6 7 252 106 115
Binary 10011010 11101101 11011111 100011 0 110 111 10101010 1000110 1001101

Color Harmonies of #9AEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEDDF

Black with #9AEDDF

Text Example


Text Example

White with #9AEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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