Html Css Color HEX #AFC6EA Tropical Blue

📋 copy color: '#AFC6EA'

red 175 ◦ green 198 ◦ blue 234

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

Shades of Tropical Blue #AFC6EA

Tints of Tropical Blue #AFC6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 28.83%
G = 32.62%
B = 38.55%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC6EA (or 0xAFC6EA) is known color: Tropical Blue. HEX triplet: AF, C6 and EA. RGB value is (175,198,234). Sum of RGB (Red+Green+Blue) = 175+198+234=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFC6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC6EA is #503915. Grayscale: #C3C3C3. Windows color (decimal): -5257494 or 15386287. OLE color: 15386287.

HSL color Cylindrical-coordinate representation of color #AFC6EA: hue angle of 216.61º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC6EA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 198 234 -
CMYK 0.25 0.15 0 0.08
HSL 216.61º 0.58% 0.8% -
HSV(B) 216.61º 0.25% 0.92% -
XYZ 52.72 55.44 85.76 -
YUV 195.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 175 198 234 0.25 0.15 0 0.08 216.61 0.58 0.8
Hex AF C6 EA 19 F 0 8 D9 3A 50
Octal 257 306 352 31 17 0 10 331 72 120
Binary 10101111 11000110 11101010 11001 1111 0 1000 11011001 111010 1010000

Color Harmonies of #AFC6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6EA

Black with #AFC6EA

Text Example


Text Example

White with #AFC6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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