Html Css Color HEX #A5E5FB Columbia Blue

📋 copy color: '#A5E5FB'

red 165 ◦ green 229 ◦ blue 251

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

Shades of Columbia Blue #A5E5FB

Tints of Columbia Blue #A5E5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.5%

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 25.58%
G = 35.5%
B = 38.91%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5E5FB (or 0xA5E5FB) is known color: Columbia Blue. HEX triplet: A5, E5 and FB. RGB value is (165,229,251). Sum of RGB (Red+Green+Blue) = 165+229+251=645 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.58% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5E5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E5FB is #5A1A04. Grayscale: #D4D4D4. Windows color (decimal): -5904901 or 16508325. OLE color: 16508325.

HSL color Cylindrical-coordinate representation of color #A5E5FB: hue angle of 195.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5E5FB is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 229 251 -
CMYK 0.34 0.09 0 0.02
HSL 195.35º 0.91% 0.82% -
HSV(B) 195.35º 0.34% 0.98% -
XYZ 60.95 71 101.76 -
YUV 212.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 165 229 251 0.34 0.09 0 0.02 195.35 0.91 0.82
Hex A5 E5 FB 22 9 0 2 C3 5B 52
Octal 245 345 373 42 11 0 2 303 133 122
Binary 10100101 11100101 11111011 100010 1001 0 10 11000011 1011011 1010010

Color Harmonies of #A5E5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E5FB

Black with #A5E5FB

Text Example


Text Example

White with #A5E5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E5FB; }

 p { color: rgb(165,229,251); }

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

background-color css

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

 a { background-color: rgb(165,229,251); }

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

border-color css

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

 span { border-color: rgb(165,229,251); }

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