Html Css Color HEX #AADFBB Fringy Flower

📋 copy color: '#AADFBB'

red 170 ◦ green 223 ◦ blue 187

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

Shades of Fringy Flower #AADFBB

Tints of Fringy Flower #AADFBB

RGB

 RED value IS 170 (66.8% from 255) = 29.31%

 GREEN value IS 223 (87.5% from 255) = 38.45%

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

R = 29.31%
G = 38.45%
B = 32.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AADFBB (or 0xAADFBB) is known color: Fringy Flower. HEX triplet: AA, DF and BB. RGB value is (170,223,187). Sum of RGB (Red+Green+Blue) = 170+223+187=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFBB is #552044. Grayscale: #CBCBCB. Windows color (decimal): -5578821 or 12312490. OLE color: 12312490.

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

Color convert

RGB 170 223 187 -
CMYK 0.24 0 0.16 0.13
HSL 139.25º 0.45% 0.77% -
HSV(B) 139.25º 0.24% 0.87% -
XYZ 51.93 64.91 56.81 -
YUV 203.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 170 223 187 0.24 0 0.16 0.13 139.25 0.45 0.77
Hex AA DF BB 18 0 10 D 8B 2D 4D
Octal 252 337 273 30 0 20 15 213 55 115
Binary 10101010 11011111 10111011 11000 0 10000 1101 10001011 101101 1001101

Color Harmonies of #AADFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFBB

Black with #AADFBB

Text Example


Text Example

White with #AADFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFBB; }

 p { color: rgb(170,223,187); }

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

background-color css

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

 a { background-color: rgb(170,223,187); }

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

border-color css

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

 span { border-color: rgb(170,223,187); }

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