Html Css Color HEX #AFC8FF Tropical Blue

📋 copy color: '#AFC8FF'

red 175 ◦ green 200 ◦ blue 255

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

Shades of Tropical Blue #AFC8FF

Tints of Tropical Blue #AFC8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.75%

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

R = 27.78%
G = 31.75%
B = 40.48%

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

#AFC8FF (or 0xAFC8FF) is known color: Tropical Blue. HEX triplet: AF, C8 and FF. RGB value is (175,200,255). Sum of RGB (Red+Green+Blue) = 175+200+255=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8FF is #503700. Grayscale: #C6C6C6. Windows color (decimal): -5256961 or 16763055. OLE color: 16763055.

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

Color convert

RGB 175 200 255 -
CMYK 0.31 0.22 0 0
HSL 221.25º 1% 0.84% -
HSV(B) 221.25º 0.31% 1% -
XYZ 56.38 57.64 102.76 -
YUV 198.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 175 200 255 0.31 0.22 0 0 221.25 1 0.84
Hex AF C8 FF 1F 16 0 0 DD 64 54
Octal 257 310 377 37 26 0 0 335 144 124
Binary 10101111 11001000 11111111 11111 10110 0 0 11011101 1100100 1010100

Color Harmonies of #AFC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8FF

Black with #AFC8FF

Text Example


Text Example

White with #AFC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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