Html Css Color HEX #AFC9F6 Tropical Blue

📋 copy color: '#AFC9F6'

red 175 ◦ green 201 ◦ blue 246

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

Shades of Tropical Blue #AFC9F6

Tints of Tropical Blue #AFC9F6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.32%

 BLUE value IS 246 (96.48% from 255) = 39.55%

R = 28.14%
G = 32.32%
B = 39.55%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFC9F6 (or 0xAFC9F6) is known color: Tropical Blue. HEX triplet: AF, C9 and F6. RGB value is (175,201,246). Sum of RGB (Red+Green+Blue) = 175+201+246=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9F6 is #503609. Grayscale: #C6C6C6. Windows color (decimal): -5256714 or 16173487. OLE color: 16173487.

HSL color Cylindrical-coordinate representation of color #AFC9F6: hue angle of 218.03º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC9F6 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 201 246 -
CMYK 0.29 0.18 0 0.04
HSL 218.03º 0.8% 0.83% -
HSV(B) 218.03º 0.29% 0.96% -
XYZ 55.2 57.54 95.39 -
YUV 198.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 175 201 246 0.29 0.18 0 0.04 218.03 0.8 0.83
Hex AF C9 F6 1D 12 0 4 DA 50 53
Octal 257 311 366 35 22 0 4 332 120 123
Binary 10101111 11001001 11110110 11101 10010 0 100 11011010 1010000 1010011

Color Harmonies of #AFC9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9F6

Black with #AFC9F6

Text Example


Text Example

White with #AFC9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9F6; }

 p { color: rgb(175,201,246); }

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

background-color css

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

 a { background-color: rgb(175,201,246); }

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

border-color css

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

 span { border-color: rgb(175,201,246); }

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