Html Css Color HEX #AFE3D4 Ice Cold

📋 copy color: '#AFE3D4'

red 175 ◦ green 227 ◦ blue 212

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

Shades of Ice Cold #AFE3D4

Tints of Ice Cold #AFE3D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.53%

R = 28.5%
G = 36.97%
B = 34.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#AFE3D4 (or 0xAFE3D4) is known color: Ice Cold. HEX triplet: AF, E3 and D4. RGB value is (175,227,212). Sum of RGB (Red+Green+Blue) = 175+227+212=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3D4 is #501C2B. Grayscale: #D1D1D1. Windows color (decimal): -5250092 or 13951919. OLE color: 13951919.

HSL color Cylindrical-coordinate representation of color #AFE3D4: hue angle of 162.69º 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 #AFE3D4 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 212 -
CMYK 0.23 0 0.07 0.11
HSL 162.69º 0.48% 0.79% -
HSV(B) 162.69º 0.23% 0.89% -
XYZ 57.03 68.81 72.56 -
YUV 209.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 175 227 212 0.23 0 0.07 0.11 162.69 0.48 0.79
Hex AF E3 D4 17 0 7 B A3 30 4F
Octal 257 343 324 27 0 7 13 243 60 117
Binary 10101111 11100011 11010100 10111 0 111 1011 10100011 110000 1001111

Color Harmonies of #AFE3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3D4

Black with #AFE3D4

Text Example


Text Example

White with #AFE3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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