Html Css Color HEX #A5C0F0 Tropical Blue

📋 copy color: '#A5C0F0'

red 165 ◦ green 192 ◦ blue 240

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

Shades of Tropical Blue #A5C0F0

Tints of Tropical Blue #A5C0F0

RGB

 RED value IS 165 (64.84% from 255) = 27.64%

 GREEN value IS 192 (75.39% from 255) = 32.16%

 BLUE value IS 240 (94.14% from 255) = 40.2%

R = 27.64%
G = 32.16%
B = 40.2%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5C0F0 (or 0xA5C0F0) is known color: Tropical Blue. HEX triplet: A5, C0 and F0. RGB value is (165,192,240). Sum of RGB (Red+Green+Blue) = 165+192+240=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5C0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C0F0 is #5A3F0F. Grayscale: #BDBDBD. Windows color (decimal): -5914384 or 15777957. OLE color: 15777957.

HSL color Cylindrical-coordinate representation of color #A5C0F0: hue angle of 218.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C0F0 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 192 240 -
CMYK 0.31 0.20 0 0.06
HSL 218.4º 0.71% 0.79% -
HSV(B) 218.4º 0.31% 0.94% -
XYZ 50.09 51.99 89.83 -
YUV 189.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 165 192 240 0.31 0.20 0 0.06 218.4 0.71 0.79
Hex A5 C0 F0 1F 14 0 6 DA 47 4F
Octal 245 300 360 37 24 0 6 332 107 117
Binary 10100101 11000000 11110000 11111 10100 0 110 11011010 1000111 1001111

Color Harmonies of #A5C0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C0F0

Black with #A5C0F0

Text Example


Text Example

White with #A5C0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C0F0; }

 p { color: rgb(165,192,240); }

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

background-color css

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

 a { background-color: rgb(165,192,240); }

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

border-color css

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

 span { border-color: rgb(165,192,240); }

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