Html Css Color HEX #A8DDBB Fringy Flower

📋 copy color: '#A8DDBB'

red 168 ◦ green 221 ◦ blue 187

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

Shades of Fringy Flower #A8DDBB

Tints of Fringy Flower #A8DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 29.17%
G = 38.37%
B = 32.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A8DDBB (or 0xA8DDBB) is known color: Fringy Flower. HEX triplet: A8, DD and BB. RGB value is (168,221,187). Sum of RGB (Red+Green+Blue) = 168+221+187=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDBB is #572244. Grayscale: #C9C9C9. Windows color (decimal): -5710405 or 12311976. OLE color: 12311976.

HSL color Cylindrical-coordinate representation of color #A8DDBB: hue angle of 141.51º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDBB is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 187 -
CMYK 0.24 0 0.15 0.13
HSL 141.51º 0.44% 0.76% -
HSV(B) 141.51º 0.24% 0.87% -
XYZ 50.97 63.63 56.61 -
YUV 201.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 168 221 187 0.24 0 0.15 0.13 141.51 0.44 0.76
Hex A8 DD BB 18 0 F D 8E 2C 4C
Octal 250 335 273 30 0 17 15 216 54 114
Binary 10101000 11011101 10111011 11000 0 1111 1101 10001110 101100 1001100

Color Harmonies of #A8DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDBB

Black with #A8DDBB

Text Example


Text Example

White with #A8DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDBB; }

 p { color: rgb(168,221,187); }

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

background-color css

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

 a { background-color: rgb(168,221,187); }

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

border-color css

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

 span { border-color: rgb(168,221,187); }

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