Html Css Color HEX #AFECDB Water Leaf

📋 copy color: '#AFECDB'

red 175 ◦ green 236 ◦ blue 219

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

Shades of Water Leaf #AFECDB

Tints of Water Leaf #AFECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.46%

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 27.78%
G = 37.46%
B = 34.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#AFECDB (or 0xAFECDB) is known color: Water Leaf. HEX triplet: AF, EC and DB. RGB value is (175,236,219). Sum of RGB (Red+Green+Blue) = 175+236+219=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECDB is #501324. Grayscale: #D7D7D7. Windows color (decimal): -5247781 or 14412975. OLE color: 14412975.

HSL color Cylindrical-coordinate representation of color #AFECDB: hue angle of 163.28º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECDB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 219 -
CMYK 0.26 0 0.07 0.07
HSL 163.28º 0.62% 0.81% -
HSV(B) 163.28º 0.26% 0.93% -
XYZ 60.46 74.22 78.16 -
YUV 215.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 175 236 219 0.26 0 0.07 0.07 163.28 0.62 0.81
Hex AF EC DB 1A 0 7 7 A3 3E 51
Octal 257 354 333 32 0 7 7 243 76 121
Binary 10101111 11101100 11011011 11010 0 111 111 10100011 111110 1010001

Color Harmonies of #AFECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECDB

Black with #AFECDB

Text Example


Text Example

White with #AFECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECDB; }

 p { color: rgb(175,236,219); }

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

background-color css

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

 a { background-color: rgb(175,236,219); }

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

border-color css

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

 span { border-color: rgb(175,236,219); }

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