Html Css Color HEX #A5C5ED Tropical Blue

📋 copy color: '#A5C5ED'

red 165 ◦ green 197 ◦ blue 237

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

Shades of Tropical Blue #A5C5ED

Tints of Tropical Blue #A5C5ED

RGB

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

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

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

R = 27.55%
G = 32.89%
B = 39.57%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5C5ED (or 0xA5C5ED) is known color: Tropical Blue. HEX triplet: A5, C5 and ED. RGB value is (165,197,237). Sum of RGB (Red+Green+Blue) = 165+197+237=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5C5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5ED is #5A3A12. Grayscale: #BFBFBF. Windows color (decimal): -5913107 or 15582629. OLE color: 15582629.

HSL color Cylindrical-coordinate representation of color #A5C5ED: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C5ED is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 197 237 -
CMYK 0.30 0.17 0 0.07
HSL 213.33º 0.67% 0.79% -
HSV(B) 213.33º 0.3% 0.93% -
XYZ 50.77 54.05 87.88 -
YUV 191.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 165 197 237 0.30 0.17 0 0.07 213.33 0.67 0.79
Hex A5 C5 ED 1E 11 0 7 D5 43 4F
Octal 245 305 355 36 21 0 7 325 103 117
Binary 10100101 11000101 11101101 11110 10001 0 111 11010101 1000011 1001111

Color Harmonies of #A5C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5ED

Black with #A5C5ED

Text Example


Text Example

White with #A5C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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