Html Css Color HEX #AFC4EA Tropical Blue

📋 copy color: '#AFC4EA'

red 175 ◦ green 196 ◦ blue 234

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

Shades of Tropical Blue #AFC4EA

Tints of Tropical Blue #AFC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.4%

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

R = 28.93%
G = 32.4%
B = 38.68%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC4EA (or 0xAFC4EA) is known color: Tropical Blue. HEX triplet: AF, C4 and EA. RGB value is (175,196,234). Sum of RGB (Red+Green+Blue) = 175+196+234=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4EA is #503B15. Grayscale: #C1C1C1. Windows color (decimal): -5258006 or 15385775. OLE color: 15385775.

HSL color Cylindrical-coordinate representation of color #AFC4EA: hue angle of 218.64º 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 #AFC4EA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 196 234 -
CMYK 0.25 0.16 0 0.08
HSL 218.64º 0.58% 0.8% -
HSV(B) 218.64º 0.25% 0.92% -
XYZ 52.27 54.53 85.61 -
YUV 194.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 175 196 234 0.25 0.16 0 0.08 218.64 0.58 0.8
Hex AF C4 EA 19 10 0 8 DB 3A 50
Octal 257 304 352 31 20 0 10 333 72 120
Binary 10101111 11000100 11101010 11001 10000 0 1000 11011011 111010 1010000

Color Harmonies of #AFC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4EA

Black with #AFC4EA

Text Example


Text Example

White with #AFC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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