Html Css Color HEX #AFC6F7 Tropical Blue

📋 copy color: '#AFC6F7'

red 175 ◦ green 198 ◦ blue 247

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

Shades of Tropical Blue #AFC6F7

Tints of Tropical Blue #AFC6F7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.94%

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

R = 28.23%
G = 31.94%
B = 39.84%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFC6F7 (or 0xAFC6F7) is known color: Tropical Blue. HEX triplet: AF, C6 and F7. RGB value is (175,198,247). Sum of RGB (Red+Green+Blue) = 175+198+247=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC6F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6F7 is #503908. Grayscale: #C4C4C4. Windows color (decimal): -5257481 or 16238255. OLE color: 16238255.

HSL color Cylindrical-coordinate representation of color #AFC6F7: hue angle of 220.83º 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 #AFC6F7 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 198 247 -
CMYK 0.29 0.20 0 0.03
HSL 220.83º 0.82% 0.83% -
HSV(B) 220.83º 0.29% 0.97% -
XYZ 54.66 56.22 95.97 -
YUV 196.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 175 198 247 0.29 0.20 0 0.03 220.83 0.82 0.83
Hex AF C6 F7 1D 14 0 3 DD 52 53
Octal 257 306 367 35 24 0 3 335 122 123
Binary 10101111 11000110 11110111 11101 10100 0 11 11011101 1010010 1010011

Color Harmonies of #AFC6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6F7

Black with #AFC6F7

Text Example


Text Example

White with #AFC6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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