Html Css Color HEX #A5DBFE Columbia Blue

📋 copy color: '#A5DBFE'

red 165 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #A5DBFE

Tints of Columbia Blue #A5DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.33%

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 25.86%
G = 34.33%
B = 39.81%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5DBFE (or 0xA5DBFE) is known color: Columbia Blue. HEX triplet: A5, DB and FE. RGB value is (165,219,254). Sum of RGB (Red+Green+Blue) = 165+219+254=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBFE is #5A2401. Grayscale: #CECECE. Windows color (decimal): -5907458 or 16702373. OLE color: 16702373.

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

Color convert

RGB 165 219 254 -
CMYK 0.35 0.14 0 0.00
HSL 203.6º 0.98% 0.82% -
HSV(B) 203.6º 0.35% 1% -
XYZ 58.74 65.82 103.37 -
YUV 206.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 165 219 254 0.35 0.14 0 0.00 203.6 0.98 0.82
Hex A5 DB FE 23 E 0 0 CC 62 52
Octal 245 333 376 43 16 0 0 314 142 122
Binary 10100101 11011011 11111110 100011 1110 0 0 11001100 1100010 1010010

Color Harmonies of #A5DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBFE

Black with #A5DBFE

Text Example


Text Example

White with #A5DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBFE; }

 p { color: rgb(165,219,254); }

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

background-color css

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

 a { background-color: rgb(165,219,254); }

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

border-color css

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

 span { border-color: rgb(165,219,254); }

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