Html Css Color HEX #AFEEBA Fringy Flower

📋 copy color: '#AFEEBA'

red 175 ◦ green 238 ◦ blue 186

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

Shades of Fringy Flower #AFEEBA

Tints of Fringy Flower #AFEEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.73%

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 29.22%
G = 39.73%
B = 31.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#AFEEBA (or 0xAFEEBA) is known color: Fringy Flower. HEX triplet: AF, EE and BA. RGB value is (175,238,186). Sum of RGB (Red+Green+Blue) = 175+238+186=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEBA is #501145. Grayscale: #D5D5D5. Windows color (decimal): -5247302 or 12250799. OLE color: 12250799.

HSL color Cylindrical-coordinate representation of color #AFEEBA: hue angle of 130.48º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEBA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 186 -
CMYK 0.26 0 0.22 0.07
HSL 130.48º 0.65% 0.81% -
HSV(B) 130.48º 0.26% 0.93% -
XYZ 57.12 73.81 57.69 -
YUV 213.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 175 238 186 0.26 0 0.22 0.07 130.48 0.65 0.81
Hex AF EE BA 1A 0 16 7 82 41 51
Octal 257 356 272 32 0 26 7 202 101 121
Binary 10101111 11101110 10111010 11010 0 10110 111 10000010 1000001 1010001

Color Harmonies of #AFEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEBA

Black with #AFEEBA

Text Example


Text Example

White with #AFEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEBA; }

 p { color: rgb(175,238,186); }

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

background-color css

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

 a { background-color: rgb(175,238,186); }

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

border-color css

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

 span { border-color: rgb(175,238,186); }

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