Html Css Color HEX #AFC8F8 Tropical Blue

📋 copy color: '#AFC8F8'

red 175 ◦ green 200 ◦ blue 248

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

Shades of Tropical Blue #AFC8F8

Tints of Tropical Blue #AFC8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.81%

R = 28.09%
G = 32.1%
B = 39.81%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFC8F8 (or 0xAFC8F8) is known color: Tropical Blue. HEX triplet: AF, C8 and F8. RGB value is (175,200,248). Sum of RGB (Red+Green+Blue) = 175+200+248=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8F8 is #503707. Grayscale: #C5C5C5. Windows color (decimal): -5256968 or 16304303. OLE color: 16304303.

HSL color Cylindrical-coordinate representation of color #AFC8F8: hue angle of 219.45º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC8F8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 200 248 -
CMYK 0.29 0.19 0 0.03
HSL 219.45º 0.84% 0.83% -
HSV(B) 219.45º 0.29% 0.97% -
XYZ 55.28 57.2 96.93 -
YUV 198 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 175 200 248 0.29 0.19 0 0.03 219.45 0.84 0.83
Hex AF C8 F8 1D 13 0 3 DB 54 53
Octal 257 310 370 35 23 0 3 333 124 123
Binary 10101111 11001000 11111000 11101 10011 0 11 11011011 1010100 1010011

Color Harmonies of #AFC8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8F8

Black with #AFC8F8

Text Example


Text Example

White with #AFC8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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