Html Css Color HEX #A5C6EB Tropical Blue

📋 copy color: '#A5C6EB'

red 165 ◦ green 198 ◦ blue 235

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

Shades of Tropical Blue #A5C6EB

Tints of Tropical Blue #A5C6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 27.59%
G = 33.11%
B = 39.3%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5C6EB (or 0xA5C6EB) is known color: Tropical Blue. HEX triplet: A5, C6 and EB. RGB value is (165,198,235). Sum of RGB (Red+Green+Blue) = 165+198+235=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5C6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6EB is #5A3914. Grayscale: #C0C0C0. Windows color (decimal): -5912853 or 15451813. OLE color: 15451813.

HSL color Cylindrical-coordinate representation of color #A5C6EB: hue angle of 211.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C6EB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 198 235 -
CMYK 0.30 0.16 0 0.08
HSL 211.71º 0.64% 0.78% -
HSV(B) 211.71º 0.3% 0.92% -
XYZ 50.71 54.39 86.42 -
YUV 192.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 165 198 235 0.30 0.16 0 0.08 211.71 0.64 0.78
Hex A5 C6 EB 1E 10 0 8 D4 40 4E
Octal 245 306 353 36 20 0 10 324 100 116
Binary 10100101 11000110 11101011 11110 10000 0 1000 11010100 1000000 1001110

Color Harmonies of #A5C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C6EB

Black with #A5C6EB

Text Example


Text Example

White with #A5C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C6EB; }

 p { color: rgb(165,198,235); }

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

background-color css

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

 a { background-color: rgb(165,198,235); }

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

border-color css

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

 span { border-color: rgb(165,198,235); }

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