Html Css Color HEX #A5E3FB Columbia Blue

📋 copy color: '#A5E3FB'

red 165 ◦ green 227 ◦ blue 251

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

Shades of Columbia Blue #A5E3FB

Tints of Columbia Blue #A5E3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.3%

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

R = 25.66%
G = 35.3%
B = 39.04%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5E3FB (or 0xA5E3FB) is known color: Columbia Blue. HEX triplet: A5, E3 and FB. RGB value is (165,227,251). Sum of RGB (Red+Green+Blue) = 165+227+251=643 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.66% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E3FB is #5A1C04. Grayscale: #D3D3D3. Windows color (decimal): -5905413 or 16507813. OLE color: 16507813.

HSL color Cylindrical-coordinate representation of color #A5E3FB: hue angle of 196.74º 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 #A5E3FB is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 227 251 -
CMYK 0.34 0.10 0 0.02
HSL 196.74º 0.91% 0.82% -
HSV(B) 196.74º 0.34% 0.98% -
XYZ 60.4 69.9 101.58 -
YUV 211.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 165 227 251 0.34 0.10 0 0.02 196.74 0.91 0.82
Hex A5 E3 FB 22 A 0 2 C5 5B 52
Octal 245 343 373 42 12 0 2 305 133 122
Binary 10100101 11100011 11111011 100010 1010 0 10 11000101 1011011 1010010

Color Harmonies of #A5E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E3FB

Black with #A5E3FB

Text Example


Text Example

White with #A5E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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