Html Css Color HEX #AFC6F9 Tropical Blue

📋 copy color: '#AFC6F9'

red 175 ◦ green 198 ◦ blue 249

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

Shades of Tropical Blue #AFC6F9

Tints of Tropical Blue #AFC6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.03%

R = 28.14%
G = 31.83%
B = 40.03%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFC6F9 (or 0xAFC6F9) is known color: Tropical Blue. HEX triplet: AF, C6 and F9. RGB value is (175,198,249). Sum of RGB (Red+Green+Blue) = 175+198+249=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFC6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6F9 is #503906. Grayscale: #C4C4C4. Windows color (decimal): -5257479 or 16369327. OLE color: 16369327.

HSL color Cylindrical-coordinate representation of color #AFC6F9: hue angle of 221.35º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC6F9 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 198 249 -
CMYK 0.30 0.20 0 0.02
HSL 221.35º 0.86% 0.83% -
HSV(B) 221.35º 0.3% 0.98% -
XYZ 54.97 56.34 97.6 -
YUV 196.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 175 198 249 0.30 0.20 0 0.02 221.35 0.86 0.83
Hex AF C6 F9 1E 14 0 2 DD 56 53
Octal 257 306 371 36 24 0 2 335 126 123
Binary 10101111 11000110 11111001 11110 10100 0 10 11011101 1010110 1010011

Color Harmonies of #AFC6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6F9

Black with #AFC6F9

Text Example


Text Example

White with #AFC6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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