Html Css Color HEX #AFC8ED Tropical Blue

📋 copy color: '#AFC8ED'

red 175 ◦ green 200 ◦ blue 237

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

Shades of Tropical Blue #AFC8ED

Tints of Tropical Blue #AFC8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 28.59%
G = 32.68%
B = 38.73%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC8ED (or 0xAFC8ED) is known color: Tropical Blue. HEX triplet: AF, C8 and ED. RGB value is (175,200,237). Sum of RGB (Red+Green+Blue) = 175+200+237=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC8ED is #503712. Grayscale: #C4C4C4. Windows color (decimal): -5256979 or 15583407. OLE color: 15583407.

HSL color Cylindrical-coordinate representation of color #AFC8ED: hue angle of 215.81º degrees, saturation: 0.63, 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 #AFC8ED is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 200 237 -
CMYK 0.26 0.16 0 0.07
HSL 215.81º 0.63% 0.81% -
HSV(B) 215.81º 0.26% 0.93% -
XYZ 53.62 56.54 88.21 -
YUV 196.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 175 200 237 0.26 0.16 0 0.07 215.81 0.63 0.81
Hex AF C8 ED 1A 10 0 7 D8 3F 51
Octal 257 310 355 32 20 0 7 330 77 121
Binary 10101111 11001000 11101101 11010 10000 0 111 11011000 111111 1010001

Color Harmonies of #AFC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8ED

Black with #AFC8ED

Text Example


Text Example

White with #AFC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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