Html Css Color HEX #A5C5EB Tropical Blue

📋 copy color: '#A5C5EB'

red 165 ◦ green 197 ◦ blue 235

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

Shades of Tropical Blue #A5C5EB

Tints of Tropical Blue #A5C5EB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33%

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

R = 27.64%
G = 33%
B = 39.36%

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

#A5C5EB (or 0xA5C5EB) is known color: Tropical Blue. HEX triplet: A5, C5 and EB. RGB value is (165,197,235). Sum of RGB (Red+Green+Blue) = 165+197+235=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5C5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5EB is #5A3A14. Grayscale: #BFBFBF. Windows color (decimal): -5913109 or 15451557. OLE color: 15451557.

HSL color Cylindrical-coordinate representation of color #A5C5EB: hue angle of 212.57º 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 #A5C5EB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 197 235 -
CMYK 0.30 0.16 0 0.08
HSL 212.57º 0.64% 0.78% -
HSV(B) 212.57º 0.3% 0.92% -
XYZ 50.48 53.93 86.35 -
YUV 191.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 165 197 235 0.30 0.16 0 0.08 212.57 0.64 0.78
Hex A5 C5 EB 1E 10 0 8 D5 40 4E
Octal 245 305 353 36 20 0 10 325 100 116
Binary 10100101 11000101 11101011 11110 10000 0 1000 11010101 1000000 1001110

Color Harmonies of #A5C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5EB

Black with #A5C5EB

Text Example


Text Example

White with #A5C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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