Html Css Color HEX #AFEBDC Water Leaf

📋 copy color: '#AFEBDC'

red 175 ◦ green 235 ◦ blue 220

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

Shades of Water Leaf #AFEBDC

Tints of Water Leaf #AFEBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 27.78%
G = 37.3%
B = 34.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AFEBDC (or 0xAFEBDC) is known color: Water Leaf. HEX triplet: AF, EB and DC. RGB value is (175,235,220). Sum of RGB (Red+Green+Blue) = 175+235+220=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBDC is #501423. Grayscale: #D7D7D7. Windows color (decimal): -5248036 or 14478255. OLE color: 14478255.

HSL color Cylindrical-coordinate representation of color #AFEBDC: hue angle of 165º 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 #AFEBDC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 220 -
CMYK 0.26 0 0.06 0.08
HSL 165º 0.6% 0.8% -
HSV(B) 165º 0.26% 0.92% -
XYZ 60.31 73.7 78.76 -
YUV 215.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 175 235 220 0.26 0 0.06 0.08 165 0.6 0.8
Hex AF EB DC 1A 0 6 8 A5 3C 50
Octal 257 353 334 32 0 6 10 245 74 120
Binary 10101111 11101011 11011100 11010 0 110 1000 10100101 111100 1010000

Color Harmonies of #AFEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBDC

Black with #AFEBDC

Text Example


Text Example

White with #AFEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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