Html Css Color HEX #A5E4FF Columbia Blue

📋 copy color: '#A5E4FF'

red 165 ◦ green 228 ◦ blue 255

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

Shades of Columbia Blue #A5E4FF

Tints of Columbia Blue #A5E4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.19%

 BLUE value IS 255 (100% from 255) = 39.35%

R = 25.46%
G = 35.19%
B = 39.35%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5E4FF (or 0xA5E4FF) is known color: Columbia Blue. HEX triplet: A5, E4 and FF. RGB value is (165,228,255). Sum of RGB (Red+Green+Blue) = 165+228+255=648 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.46% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E4FF is #5A1B00. Grayscale: #D4D4D4. Windows color (decimal): -5905153 or 16770213. OLE color: 16770213.

HSL color Cylindrical-coordinate representation of color #A5E4FF: hue angle of 198º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5E4FF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 228 255 -
CMYK 0.35 0.11 0 0
HSL 198º 1% 0.82% -
HSV(B) 198º 0.35% 1% -
XYZ 61.31 70.71 105.02 -
YUV 212.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 165 228 255 0.35 0.11 0 0 198 1 0.82
Hex A5 E4 FF 23 B 0 0 C6 64 52
Octal 245 344 377 43 13 0 0 306 144 122
Binary 10100101 11100100 11111111 100011 1011 0 0 11000110 1100100 1010010

Color Harmonies of #A5E4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E4FF

Black with #A5E4FF

Text Example


Text Example

White with #A5E4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E4FF; }

 p { color: rgb(165,228,255); }

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

background-color css

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

 a { background-color: rgb(165,228,255); }

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

border-color css

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

 span { border-color: rgb(165,228,255); }

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