Html Css Color HEX #A5DBFB Columbia Blue

📋 copy color: '#A5DBFB'

red 165 ◦ green 219 ◦ blue 251

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

Shades of Columbia Blue #A5DBFB

Tints of Columbia Blue #A5DBFB

RGB

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

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

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

R = 25.98%
G = 34.49%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5DBFB (or 0xA5DBFB) is known color: Columbia Blue. HEX triplet: A5, DB and FB. RGB value is (165,219,251). Sum of RGB (Red+Green+Blue) = 165+219+251=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBFB is #5A2404. Grayscale: #CECECE. Windows color (decimal): -5907461 or 16505765. OLE color: 16505765.

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

Color convert

RGB 165 219 251 -
CMYK 0.34 0.13 0 0.02
HSL 202.33º 0.91% 0.82% -
HSV(B) 202.33º 0.34% 0.98% -
XYZ 58.26 65.63 100.86 -
YUV 206.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 165 219 251 0.34 0.13 0 0.02 202.33 0.91 0.82
Hex A5 DB FB 22 D 0 2 CA 5B 52
Octal 245 333 373 42 15 0 2 312 133 122
Binary 10100101 11011011 11111011 100010 1101 0 10 11001010 1011011 1010010

Color Harmonies of #A5DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBFB

Black with #A5DBFB

Text Example


Text Example

White with #A5DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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