Html Css Color HEX #AFC7F7 Tropical Blue

📋 copy color: '#AFC7F7'

red 175 ◦ green 199 ◦ blue 247

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

Shades of Tropical Blue #AFC7F7

Tints of Tropical Blue #AFC7F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.77%

R = 28.18%
G = 32.05%
B = 39.77%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFC7F7 (or 0xAFC7F7) is known color: Tropical Blue. HEX triplet: AF, C7 and F7. RGB value is (175,199,247). Sum of RGB (Red+Green+Blue) = 175+199+247=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC7F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7F7 is #503808. Grayscale: #C5C5C5. Windows color (decimal): -5257225 or 16238511. OLE color: 16238511.

HSL color Cylindrical-coordinate representation of color #AFC7F7: hue angle of 220º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC7F7 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 199 247 -
CMYK 0.29 0.19 0 0.03
HSL 220º 0.82% 0.83% -
HSV(B) 220º 0.29% 0.97% -
XYZ 54.89 56.68 96.04 -
YUV 197.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 175 199 247 0.29 0.19 0 0.03 220 0.82 0.83
Hex AF C7 F7 1D 13 0 3 DC 52 53
Octal 257 307 367 35 23 0 3 334 122 123
Binary 10101111 11000111 11110111 11101 10011 0 11 11011100 1010010 1010011

Color Harmonies of #AFC7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7F7

Black with #AFC7F7

Text Example


Text Example

White with #AFC7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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