Html Css Color HEX #AFC9EA Tropical Blue

📋 copy color: '#AFC9EA'

red 175 ◦ green 201 ◦ blue 234

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

Shades of Tropical Blue #AFC9EA

Tints of Tropical Blue #AFC9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.95%

 BLUE value IS 234 (91.8% from 255) = 38.36%

R = 28.69%
G = 32.95%
B = 38.36%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC9EA (or 0xAFC9EA) is known color: Tropical Blue. HEX triplet: AF, C9 and EA. RGB value is (175,201,234). Sum of RGB (Red+Green+Blue) = 175+201+234=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9EA is #503615. Grayscale: #C4C4C4. Windows color (decimal): -5256726 or 15387055. OLE color: 15387055.

HSL color Cylindrical-coordinate representation of color #AFC9EA: hue angle of 213.56º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC9EA is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 201 234 -
CMYK 0.25 0.14 0 0.08
HSL 213.56º 0.58% 0.8% -
HSV(B) 213.56º 0.25% 0.92% -
XYZ 53.42 56.83 86 -
YUV 196.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 175 201 234 0.25 0.14 0 0.08 213.56 0.58 0.8
Hex AF C9 EA 19 E 0 8 D6 3A 50
Octal 257 311 352 31 16 0 10 326 72 120
Binary 10101111 11001001 11101010 11001 1110 0 1000 11010110 111010 1010000

Color Harmonies of #AFC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9EA

Black with #AFC9EA

Text Example


Text Example

White with #AFC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9EA; }

 p { color: rgb(175,201,234); }

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

background-color css

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

 a { background-color: rgb(175,201,234); }

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

border-color css

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

 span { border-color: rgb(175,201,234); }

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