Html Css Color HEX #A5DBFF Columbia Blue

📋 copy color: '#A5DBFF'

red 165 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #A5DBFF

Tints of Columbia Blue #A5DBFF

RGB

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

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

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

R = 25.82%
G = 34.27%
B = 39.91%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5DBFF (or 0xA5DBFF) is known color: Columbia Blue. HEX triplet: A5, DB and FF. RGB value is (165,219,255). Sum of RGB (Red+Green+Blue) = 165+219+255=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBFF is #5A2400. Grayscale: #CECECE. Windows color (decimal): -5907457 or 16767909. OLE color: 16767909.

HSL color Cylindrical-coordinate representation of color #A5DBFF: hue angle of 204º 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 #A5DBFF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 219 255 -
CMYK 0.35 0.14 0 0
HSL 204º 1% 0.82% -
HSV(B) 204º 0.35% 1% -
XYZ 58.9 65.88 104.22 -
YUV 206.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 165 219 255 0.35 0.14 0 0 204 1 0.82
Hex A5 DB FF 23 E 0 0 CC 64 52
Octal 245 333 377 43 16 0 0 314 144 122
Binary 10100101 11011011 11111111 100011 1110 0 0 11001100 1100100 1010010

Color Harmonies of #A5DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBFF

Black with #A5DBFF

Text Example


Text Example

White with #A5DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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