Html Css Color HEX #AFC7EF Tropical Blue

📋 copy color: '#AFC7EF'

red 175 ◦ green 199 ◦ blue 239

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

Shades of Tropical Blue #AFC7EF

Tints of Tropical Blue #AFC7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.46%

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

R = 28.55%
G = 32.46%
B = 38.99%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFC7EF (or 0xAFC7EF) is known color: Tropical Blue. HEX triplet: AF, C7 and EF. RGB value is (175,199,239). Sum of RGB (Red+Green+Blue) = 175+199+239=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7EF is #503810. Grayscale: #C4C4C4. Windows color (decimal): -5257233 or 15714223. OLE color: 15714223.

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

Color convert

RGB 175 199 239 -
CMYK 0.27 0.17 0 0.06
HSL 217.5º 0.67% 0.81% -
HSV(B) 217.5º 0.27% 0.94% -
XYZ 53.68 56.19 89.68 -
YUV 196.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 175 199 239 0.27 0.17 0 0.06 217.5 0.67 0.81
Hex AF C7 EF 1B 11 0 6 DA 43 51
Octal 257 307 357 33 21 0 6 332 103 121
Binary 10101111 11000111 11101111 11011 10001 0 110 11011010 1000011 1010001

Color Harmonies of #AFC7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7EF

Black with #AFC7EF

Text Example


Text Example

White with #AFC7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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