Html Css Color HEX #A5DDFC Columbia Blue

📋 copy color: '#A5DDFC'

red 165 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #A5DDFC

Tints of Columbia Blue #A5DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.64%

 BLUE value IS 252 (98.83% from 255) = 39.5%

R = 25.86%
G = 34.64%
B = 39.5%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5DDFC (or 0xA5DDFC) is known color: Columbia Blue. HEX triplet: A5, DD and FC. RGB value is (165,221,252). Sum of RGB (Red+Green+Blue) = 165+221+252=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDFC is #5A2203. Grayscale: #CFCFCF. Windows color (decimal): -5906948 or 16571813. OLE color: 16571813.

HSL color Cylindrical-coordinate representation of color #A5DDFC: hue angle of 201.38º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5DDFC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 221 252 -
CMYK 0.35 0.12 0 0.01
HSL 201.38º 0.94% 0.82% -
HSV(B) 201.38º 0.35% 0.99% -
XYZ 58.94 66.74 101.87 -
YUV 207.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 165 221 252 0.35 0.12 0 0.01 201.38 0.94 0.82
Hex A5 DD FC 23 C 0 1 C9 5E 52
Octal 245 335 374 43 14 0 1 311 136 122
Binary 10100101 11011101 11111100 100011 1100 0 1 11001001 1011110 1010010

Color Harmonies of #A5DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDFC

Black with #A5DDFC

Text Example


Text Example

White with #A5DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDFC; }

 p { color: rgb(165,221,252); }

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

background-color css

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

 a { background-color: rgb(165,221,252); }

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

border-color css

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

 span { border-color: rgb(165,221,252); }

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