Html Css Color HEX #A8ECDF Water Leaf

📋 copy color: '#A8ECDF'

red 168 ◦ green 236 ◦ blue 223

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

Shades of Water Leaf #A8ECDF

Tints of Water Leaf #A8ECDF

RGB

 RED value IS 168 (66.02% from 255) = 26.79%

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

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

R = 26.79%
G = 37.64%
B = 35.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A8ECDF (or 0xA8ECDF) is known color: Water Leaf. HEX triplet: A8, EC and DF. RGB value is (168,236,223). Sum of RGB (Red+Green+Blue) = 168+236+223=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECDF is #571320. Grayscale: #D6D6D6. Windows color (decimal): -5706529 or 14675112. OLE color: 14675112.

HSL color Cylindrical-coordinate representation of color #A8ECDF: hue angle of 168.53º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECDF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 223 -
CMYK 0.29 0 0.06 0.07
HSL 168.53º 0.64% 0.79% -
HSV(B) 168.53º 0.29% 0.93% -
XYZ 59.46 73.64 80.89 -
YUV 214.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 168 236 223 0.29 0 0.06 0.07 168.53 0.64 0.79
Hex A8 EC DF 1D 0 6 7 A9 40 4F
Octal 250 354 337 35 0 6 7 251 100 117
Binary 10101000 11101100 11011111 11101 0 110 111 10101001 1000000 1001111

Color Harmonies of #A8ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECDF

Black with #A8ECDF

Text Example


Text Example

White with #A8ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECDF; }

 p { color: rgb(168,236,223); }

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

background-color css

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

 a { background-color: rgb(168,236,223); }

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

border-color css

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

 span { border-color: rgb(168,236,223); }

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