Html Css Color HEX #AFE3DA Ice Cold

📋 copy color: '#AFE3DA'

red 175 ◦ green 227 ◦ blue 218

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

Shades of Ice Cold #AFE3DA

Tints of Ice Cold #AFE3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.61%

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 28.23%
G = 36.61%
B = 35.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#AFE3DA (or 0xAFE3DA) is known color: Ice Cold. HEX triplet: AF, E3 and DA. RGB value is (175,227,218). Sum of RGB (Red+Green+Blue) = 175+227+218=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3DA is #501C25. Grayscale: #D2D2D2. Windows color (decimal): -5250086 or 14345135. OLE color: 14345135.

HSL color Cylindrical-coordinate representation of color #AFE3DA: hue angle of 169.62º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3DA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 218 -
CMYK 0.23 0 0.04 0.11
HSL 169.62º 0.48% 0.79% -
HSV(B) 169.62º 0.23% 0.89% -
XYZ 57.8 69.11 76.62 -
YUV 210.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 175 227 218 0.23 0 0.04 0.11 169.62 0.48 0.79
Hex AF E3 DA 17 0 4 B AA 30 4F
Octal 257 343 332 27 0 4 13 252 60 117
Binary 10101111 11100011 11011010 10111 0 100 1011 10101010 110000 1001111

Color Harmonies of #AFE3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3DA

Black with #AFE3DA

Text Example


Text Example

White with #AFE3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3DA; }

 p { color: rgb(175,227,218); }

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

background-color css

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

 a { background-color: rgb(175,227,218); }

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

border-color css

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

 span { border-color: rgb(175,227,218); }

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