Html Css Color HEX #AFEBD8 Ice Cold

📋 copy color: '#AFEBD8'

red 175 ◦ green 235 ◦ blue 216

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

Shades of Ice Cold #AFEBD8

Tints of Ice Cold #AFEBD8

RGB

 RED value IS 175 (68.75% from 255) = 27.96%

 GREEN value IS 235 (92.19% from 255) = 37.54%

 BLUE value IS 216 (84.77% from 255) = 34.5%

R = 27.96%
G = 37.54%
B = 34.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#AFEBD8 (or 0xAFEBD8) is known color: Ice Cold. HEX triplet: AF, EB and D8. RGB value is (175,235,216). Sum of RGB (Red+Green+Blue) = 175+235+216=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBD8 is #501427. Grayscale: #D6D6D6. Windows color (decimal): -5248040 or 14216111. OLE color: 14216111.

HSL color Cylindrical-coordinate representation of color #AFEBD8: hue angle of 161º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBD8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 216 -
CMYK 0.26 0 0.08 0.08
HSL 161º 0.6% 0.8% -
HSV(B) 161º 0.26% 0.92% -
XYZ 59.78 73.49 76 -
YUV 214.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 175 235 216 0.26 0 0.08 0.08 161 0.6 0.8
Hex AF EB D8 1A 0 8 8 A1 3C 50
Octal 257 353 330 32 0 10 10 241 74 120
Binary 10101111 11101011 11011000 11010 0 1000 1000 10100001 111100 1010000

Color Harmonies of #AFEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBD8

Black with #AFEBD8

Text Example


Text Example

White with #AFEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBD8; }

 p { color: rgb(175,235,216); }

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

background-color css

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

 a { background-color: rgb(175,235,216); }

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

border-color css

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

 span { border-color: rgb(175,235,216); }

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