Html Css Color HEX #A8EDDF Water Leaf

📋 copy color: '#A8EDDF'

red 168 ◦ green 237 ◦ blue 223

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

Shades of Water Leaf #A8EDDF

Tints of Water Leaf #A8EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.74%

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

R = 26.75%
G = 37.74%
B = 35.51%

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

#A8EDDF (or 0xA8EDDF) is known color: Water Leaf. HEX triplet: A8, ED and DF. RGB value is (168,237,223). Sum of RGB (Red+Green+Blue) = 168+237+223=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDDF is #571220. Grayscale: #D6D6D6. Windows color (decimal): -5706273 or 14675368. OLE color: 14675368.

HSL color Cylindrical-coordinate representation of color #A8EDDF: hue angle of 167.83º degrees, saturation: 0.66, 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 #A8EDDF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 223 -
CMYK 0.29 0 0.06 0.07
HSL 167.83º 0.66% 0.79% -
HSV(B) 167.83º 0.29% 0.93% -
XYZ 59.75 74.22 80.99 -
YUV 214.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 168 237 223 0.29 0 0.06 0.07 167.83 0.66 0.79
Hex A8 ED DF 1D 0 6 7 A8 42 4F
Octal 250 355 337 35 0 6 7 250 102 117
Binary 10101000 11101101 11011111 11101 0 110 111 10101000 1000010 1001111

Color Harmonies of #A8EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDDF

Black with #A8EDDF

Text Example


Text Example

White with #A8EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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