Html Css Color HEX #A5DFF7 Columbia Blue

📋 copy color: '#A5DFF7'

red 165 ◦ green 223 ◦ blue 247

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

Shades of Columbia Blue #A5DFF7

Tints of Columbia Blue #A5DFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.12%

 BLUE value IS 247 (96.88% from 255) = 38.9%

R = 25.98%
G = 35.12%
B = 38.9%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A5DFF7 (or 0xA5DFF7) is known color: Columbia Blue. HEX triplet: A5, DF and F7. RGB value is (165,223,247). Sum of RGB (Red+Green+Blue) = 165+223+247=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #A5DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DFF7 is #5A2008. Grayscale: #D0D0D0. Windows color (decimal): -5906441 or 16244645. OLE color: 16244645.

HSL color Cylindrical-coordinate representation of color #A5DFF7: hue angle of 197.56º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5DFF7 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 223 247 -
CMYK 0.33 0.10 0 0.03
HSL 197.56º 0.84% 0.81% -
HSV(B) 197.56º 0.33% 0.97% -
XYZ 58.69 67.49 97.93 -
YUV 208.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 165 223 247 0.33 0.10 0 0.03 197.56 0.84 0.81
Hex A5 DF F7 21 A 0 3 C6 54 51
Octal 245 337 367 41 12 0 3 306 124 121
Binary 10100101 11011111 11110111 100001 1010 0 11 11000110 1010100 1010001

Color Harmonies of #A5DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFF7

Black with #A5DFF7

Text Example


Text Example

White with #A5DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFF7; }

 p { color: rgb(165,223,247); }

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

background-color css

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

 a { background-color: rgb(165,223,247); }

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

border-color css

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

 span { border-color: rgb(165,223,247); }

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