Html Css Color HEX #AFC6FF Tropical Blue

📋 copy color: '#AFC6FF'

red 175 ◦ green 198 ◦ blue 255

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

Shades of Tropical Blue #AFC6FF

Tints of Tropical Blue #AFC6FF

RGB

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

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

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

R = 27.87%
G = 31.53%
B = 40.61%

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

#AFC6FF (or 0xAFC6FF) is known color: Tropical Blue. HEX triplet: AF, C6 and FF. RGB value is (175,198,255). Sum of RGB (Red+Green+Blue) = 175+198+255=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6FF is #503900. Grayscale: #C5C5C5. Windows color (decimal): -5257473 or 16762543. OLE color: 16762543.

HSL color Cylindrical-coordinate representation of color #AFC6FF: hue angle of 222.75º 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 #AFC6FF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 198 255 -
CMYK 0.31 0.22 0 0
HSL 222.75º 1% 0.84% -
HSV(B) 222.75º 0.31% 1% -
XYZ 55.92 56.72 102.61 -
YUV 197.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 175 198 255 0.31 0.22 0 0 222.75 1 0.84
Hex AF C6 FF 1F 16 0 0 DF 64 54
Octal 257 306 377 37 26 0 0 337 144 124
Binary 10101111 11000110 11111111 11111 10110 0 0 11011111 1100100 1010100

Color Harmonies of #AFC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6FF

Black with #AFC6FF

Text Example


Text Example

White with #AFC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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