Html Css Color HEX #AFEBDF Water Leaf

📋 copy color: '#AFEBDF'

red 175 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #AFEBDF

Tints of Water Leaf #AFEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 27.65%
G = 37.12%
B = 35.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#AFEBDF (or 0xAFEBDF) is known color: Water Leaf. HEX triplet: AF, EB and DF. RGB value is (175,235,223). Sum of RGB (Red+Green+Blue) = 175+235+223=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBDF is #501420. Grayscale: #D7D7D7. Windows color (decimal): -5248033 or 14674863. OLE color: 14674863.

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

Color convert

RGB 175 235 223 -
CMYK 0.26 0 0.05 0.08
HSL 168º 0.6% 0.8% -
HSV(B) 168º 0.26% 0.92% -
XYZ 60.71 73.86 80.87 -
YUV 215.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 175 235 223 0.26 0 0.05 0.08 168 0.6 0.8
Hex AF EB DF 1A 0 5 8 A8 3C 50
Octal 257 353 337 32 0 5 10 250 74 120
Binary 10101111 11101011 11011111 11010 0 101 1000 10101000 111100 1010000

Color Harmonies of #AFEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBDF

Black with #AFEBDF

Text Example


Text Example

White with #AFEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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