Html Css Color HEX #AFC9FA Tropical Blue

📋 copy color: '#AFC9FA'

red 175 ◦ green 201 ◦ blue 250

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

Shades of Tropical Blue #AFC9FA

Tints of Tropical Blue #AFC9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.94%

R = 27.96%
G = 32.11%
B = 39.94%

CMYK

 C value IS 0.3

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFC9FA (or 0xAFC9FA) is known color: Tropical Blue. HEX triplet: AF, C9 and FA. RGB value is (175,201,250). Sum of RGB (Red+Green+Blue) = 175+201+250=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC9FA is #503605. Grayscale: #C6C6C6. Windows color (decimal): -5256710 or 16435631. OLE color: 16435631.

HSL color Cylindrical-coordinate representation of color #AFC9FA: hue angle of 219.2º degrees, saturation: 0.88, 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 #AFC9FA is Cyan = 0.3, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 201 250 -
CMYK 0.3 0.20 0 0.02
HSL 219.2º 0.88% 0.83% -
HSV(B) 219.2º 0.3% 0.98% -
XYZ 55.82 57.79 98.65 -
YUV 198.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 175 201 250 0.3 0.20 0 0.02 219.2 0.88 0.83
Hex AF C9 FA 1E 14 0 2 DB 58 53
Octal 257 311 372 36 24 0 2 333 130 123
Binary 10101111 11001001 11111010 11110 10100 0 10 11011011 1011000 1010011

Color Harmonies of #AFC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9FA

Black with #AFC9FA

Text Example


Text Example

White with #AFC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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