Html Css Color HEX #A4DAFB Columbia Blue

📋 copy color: '#A4DAFB'

red 164 ◦ green 218 ◦ blue 251

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

Shades of Columbia Blue #A4DAFB

Tints of Columbia Blue #A4DAFB

RGB

 RED value IS 164 (64.45% from 255) = 25.91%

 GREEN value IS 218 (85.55% from 255) = 34.44%

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

R = 25.91%
G = 34.44%
B = 39.65%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4DAFB (or 0xA4DAFB) is known color: Columbia Blue. HEX triplet: A4, DA and FB. RGB value is (164,218,251). Sum of RGB (Red+Green+Blue) = 164+218+251=633 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.91% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4DAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAFB is #5B2504. Grayscale: #CDCDCD. Windows color (decimal): -5973253 or 16505508. OLE color: 16505508.

HSL color Cylindrical-coordinate representation of color #A4DAFB: hue angle of 202.76º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4DAFB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 218 251 -
CMYK 0.35 0.13 0 0.02
HSL 202.76º 0.92% 0.81% -
HSV(B) 202.76º 0.35% 0.98% -
XYZ 57.79 65 100.77 -
YUV 205.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 164 218 251 0.35 0.13 0 0.02 202.76 0.92 0.81
Hex A4 DA FB 23 D 0 2 CB 5C 51
Octal 244 332 373 43 15 0 2 313 134 121
Binary 10100100 11011010 11111011 100011 1101 0 10 11001011 1011100 1010001

Color Harmonies of #A4DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DAFB

Black with #A4DAFB

Text Example


Text Example

White with #A4DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DAFB; }

 p { color: rgb(164,218,251); }

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

background-color css

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

 a { background-color: rgb(164,218,251); }

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

border-color css

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

 span { border-color: rgb(164,218,251); }

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