Html Css Color HEX #AFEBDB Water Leaf

📋 copy color: '#AFEBDB'

red 175 ◦ green 235 ◦ blue 219

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

Shades of Water Leaf #AFEBDB

Tints of Water Leaf #AFEBDB

RGB

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

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

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

R = 27.82%
G = 37.36%
B = 34.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#AFEBDB (or 0xAFEBDB) is known color: Water Leaf. HEX triplet: AF, EB and DB. RGB value is (175,235,219). Sum of RGB (Red+Green+Blue) = 175+235+219=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBDB is #501424. Grayscale: #D7D7D7. Windows color (decimal): -5248037 or 14412719. OLE color: 14412719.

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

Color convert

RGB 175 235 219 -
CMYK 0.26 0 0.07 0.08
HSL 164º 0.6% 0.8% -
HSV(B) 164º 0.26% 0.92% -
XYZ 60.17 73.65 78.06 -
YUV 215.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 175 235 219 0.26 0 0.07 0.08 164 0.6 0.8
Hex AF EB DB 1A 0 7 8 A4 3C 50
Octal 257 353 333 32 0 7 10 244 74 120
Binary 10101111 11101011 11011011 11010 0 111 1000 10100100 111100 1010000

Color Harmonies of #AFEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBDB

Black with #AFEBDB

Text Example


Text Example

White with #AFEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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