Html Css Color HEX #AFC7FA Tropical Blue

📋 copy color: '#AFC7FA'

red 175 ◦ green 199 ◦ blue 250

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

Shades of Tropical Blue #AFC7FA

Tints of Tropical Blue #AFC7FA

RGB

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

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

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

R = 28.04%
G = 31.89%
B = 40.06%

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

#AFC7FA (or 0xAFC7FA) is known color: Tropical Blue. HEX triplet: AF, C7 and FA. RGB value is (175,199,250). Sum of RGB (Red+Green+Blue) = 175+199+250=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7FA is #503805. Grayscale: #C5C5C5. Windows color (decimal): -5257222 or 16435119. OLE color: 16435119.

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

Color convert

RGB 175 199 250 -
CMYK 0.3 0.20 0 0.02
HSL 220.8º 0.88% 0.83% -
HSV(B) 220.8º 0.3% 0.98% -
XYZ 55.36 56.86 98.5 -
YUV 197.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 175 199 250 0.3 0.20 0 0.02 220.8 0.88 0.83
Hex AF C7 FA 1E 14 0 2 DD 58 53
Octal 257 307 372 36 24 0 2 335 130 123
Binary 10101111 11000111 11111010 11110 10100 0 10 11011101 1011000 1010011

Color Harmonies of #AFC7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7FA

Black with #AFC7FA

Text Example


Text Example

White with #AFC7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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