Html Css Color HEX #AFC8EC Tropical Blue

📋 copy color: '#AFC8EC'

red 175 ◦ green 200 ◦ blue 236

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

Shades of Tropical Blue #AFC8EC

Tints of Tropical Blue #AFC8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 28.64%
G = 32.73%
B = 38.63%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC8EC (or 0xAFC8EC) is known color: Tropical Blue. HEX triplet: AF, C8 and EC. RGB value is (175,200,236). Sum of RGB (Red+Green+Blue) = 175+200+236=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8EC is #503713. Grayscale: #C4C4C4. Windows color (decimal): -5256980 or 15517871. OLE color: 15517871.

HSL color Cylindrical-coordinate representation of color #AFC8EC: hue angle of 215.41º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC8EC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 200 236 -
CMYK 0.26 0.15 0 0.07
HSL 215.41º 0.62% 0.81% -
HSV(B) 215.41º 0.26% 0.93% -
XYZ 53.47 56.48 87.44 -
YUV 196.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 175 200 236 0.26 0.15 0 0.07 215.41 0.62 0.81
Hex AF C8 EC 1A F 0 7 D7 3E 51
Octal 257 310 354 32 17 0 7 327 76 121
Binary 10101111 11001000 11101100 11010 1111 0 111 11010111 111110 1010001

Color Harmonies of #AFC8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8EC

Black with #AFC8EC

Text Example


Text Example

White with #AFC8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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