Html Css Color HEX #AFC4EF Tropical Blue

📋 copy color: '#AFC4EF'

red 175 ◦ green 196 ◦ blue 239

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

Shades of Tropical Blue #AFC4EF

Tints of Tropical Blue #AFC4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 28.69%
G = 32.13%
B = 39.18%

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

#AFC4EF (or 0xAFC4EF) is known color: Tropical Blue. HEX triplet: AF, C4 and EF. RGB value is (175,196,239). Sum of RGB (Red+Green+Blue) = 175+196+239=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC4EF is #503B10. Grayscale: #C2C2C2. Windows color (decimal): -5258001 or 15713455. OLE color: 15713455.

HSL color Cylindrical-coordinate representation of color #AFC4EF: hue angle of 220.31º degrees, saturation: 0.67, 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 #AFC4EF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 196 239 -
CMYK 0.27 0.18 0 0.06
HSL 220.31º 0.67% 0.81% -
HSV(B) 220.31º 0.27% 0.94% -
XYZ 53 54.83 89.45 -
YUV 194.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 175 196 239 0.27 0.18 0 0.06 220.31 0.67 0.81
Hex AF C4 EF 1B 12 0 6 DC 43 51
Octal 257 304 357 33 22 0 6 334 103 121
Binary 10101111 11000100 11101111 11011 10010 0 110 11011100 1000011 1010001

Color Harmonies of #AFC4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4EF

Black with #AFC4EF

Text Example


Text Example

White with #AFC4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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