Html Css Color HEX #AFC4F0 Tropical Blue

📋 copy color: '#AFC4F0'

red 175 ◦ green 196 ◦ blue 240

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

Shades of Tropical Blue #AFC4F0

Tints of Tropical Blue #AFC4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.28%

R = 28.64%
G = 32.08%
B = 39.28%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFC4F0 (or 0xAFC4F0) is known color: Tropical Blue. HEX triplet: AF, C4 and F0. RGB value is (175,196,240). Sum of RGB (Red+Green+Blue) = 175+196+240=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFC4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4F0 is #503B0F. Grayscale: #C2C2C2. Windows color (decimal): -5258000 or 15778991. OLE color: 15778991.

HSL color Cylindrical-coordinate representation of color #AFC4F0: hue angle of 220.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC4F0 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 196 240 -
CMYK 0.27 0.18 0 0.06
HSL 220.62º 0.68% 0.81% -
HSV(B) 220.62º 0.27% 0.94% -
XYZ 53.15 54.89 90.23 -
YUV 194.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 175 196 240 0.27 0.18 0 0.06 220.62 0.68 0.81
Hex AF C4 F0 1B 12 0 6 DD 44 51
Octal 257 304 360 33 22 0 6 335 104 121
Binary 10101111 11000100 11110000 11011 10010 0 110 11011101 1000100 1010001

Color Harmonies of #AFC4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4F0

Black with #AFC4F0

Text Example


Text Example

White with #AFC4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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