Html Css Color HEX #AFEADA Ice Cold

📋 copy color: '#AFEADA'

red 175 ◦ green 234 ◦ blue 218

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

Shades of Ice Cold #AFEADA

Tints of Ice Cold #AFEADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.32%

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

R = 27.91%
G = 37.32%
B = 34.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#AFEADA (or 0xAFEADA) is known color: Ice Cold. HEX triplet: AF, EA and DA. RGB value is (175,234,218). Sum of RGB (Red+Green+Blue) = 175+234+218=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEADA is #501525. Grayscale: #D6D6D6. Windows color (decimal): -5248294 or 14346927. OLE color: 14346927.

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

Color convert

RGB 175 234 218 -
CMYK 0.25 0 0.07 0.08
HSL 163.73º 0.58% 0.8% -
HSV(B) 163.73º 0.25% 0.92% -
XYZ 59.76 73.02 77.27 -
YUV 214.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 175 234 218 0.25 0 0.07 0.08 163.73 0.58 0.8
Hex AF EA DA 19 0 7 8 A4 3A 50
Octal 257 352 332 31 0 7 10 244 72 120
Binary 10101111 11101010 11011010 11001 0 111 1000 10100100 111010 1010000

Color Harmonies of #AFEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEADA

Black with #AFEADA

Text Example


Text Example

White with #AFEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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