Html Css Color HEX #AFFBDF Water Leaf

📋 copy color: '#AFFBDF'

red 175 ◦ green 251 ◦ blue 223

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

Shades of Water Leaf #AFFBDF

Tints of Water Leaf #AFFBDF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.67%

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

R = 26.96%
G = 38.67%
B = 34.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#AFFBDF (or 0xAFFBDF) is known color: Water Leaf. HEX triplet: AF, FB and DF. RGB value is (175,251,223). Sum of RGB (Red+Green+Blue) = 175+251+223=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBDF is #500420. Grayscale: #E1E1E1. Windows color (decimal): -5243937 or 14678959. OLE color: 14678959.

HSL color Cylindrical-coordinate representation of color #AFFBDF: hue angle of 157.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBDF is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 223 -
CMYK 0.30 0 0.11 0.02
HSL 157.89º 0.9% 0.84% -
HSV(B) 157.89º 0.3% 0.98% -
XYZ 65.5 83.44 82.46 -
YUV 225.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 175 251 223 0.30 0 0.11 0.02 157.89 0.9 0.84
Hex AF FB DF 1E 0 B 2 9E 5A 54
Octal 257 373 337 36 0 13 2 236 132 124
Binary 10101111 11111011 11011111 11110 0 1011 10 10011110 1011010 1010100

Color Harmonies of #AFFBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBDF

Black with #AFFBDF

Text Example


Text Example

White with #AFFBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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