Html Css Color HEX #AFC7FF Tropical Blue

📋 copy color: '#AFC7FF'

red 175 ◦ green 199 ◦ blue 255

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

Shades of Tropical Blue #AFC7FF

Tints of Tropical Blue #AFC7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 27.82%
G = 31.64%
B = 40.54%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFC7FF (or 0xAFC7FF) is known color: Tropical Blue. HEX triplet: AF, C7 and FF. RGB value is (175,199,255). Sum of RGB (Red+Green+Blue) = 175+199+255=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC7FF is #503800. Grayscale: #C5C5C5. Windows color (decimal): -5257217 or 16762799. OLE color: 16762799.

HSL color Cylindrical-coordinate representation of color #AFC7FF: hue angle of 222º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC7FF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 199 255 -
CMYK 0.31 0.22 0 0
HSL 222º 1% 0.84% -
HSV(B) 222º 0.31% 1% -
XYZ 56.15 57.18 102.69 -
YUV 198.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 175 199 255 0.31 0.22 0 0 222 1 0.84
Hex AF C7 FF 1F 16 0 0 DE 64 54
Octal 257 307 377 37 26 0 0 336 144 124
Binary 10101111 11000111 11111111 11111 10110 0 0 11011110 1100100 1010100

Color Harmonies of #AFC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7FF

Black with #AFC7FF

Text Example


Text Example

White with #AFC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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