Html Css Color HEX #ACDAFD Columbia Blue

📋 copy color: '#ACDAFD'

red 172 ◦ green 218 ◦ blue 253

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

Shades of Columbia Blue #ACDAFD

Tints of Columbia Blue #ACDAFD

RGB

 RED value IS 172 (67.58% from 255) = 26.75%

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

 BLUE value IS 253 (99.22% from 255) = 39.35%

R = 26.75%
G = 33.9%
B = 39.35%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACDAFD (or 0xACDAFD) is known color: Columbia Blue. HEX triplet: AC, DA and FD. RGB value is (172,218,253). Sum of RGB (Red+Green+Blue) = 172+218+253=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACDAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFD is #532502. Grayscale: #D0D0D0. Windows color (decimal): -5448963 or 16636588. OLE color: 16636588.

HSL color Cylindrical-coordinate representation of color #ACDAFD: hue angle of 205.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDAFD is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 218 253 -
CMYK 0.32 0.14 0 0.01
HSL 205.93º 0.95% 0.83% -
HSV(B) 205.93º 0.32% 0.99% -
XYZ 59.81 66.01 102.52 -
YUV 208.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 172 218 253 0.32 0.14 0 0.01 205.93 0.95 0.83
Hex AC DA FD 20 E 0 1 CE 5F 53
Octal 254 332 375 40 16 0 1 316 137 123
Binary 10101100 11011010 11111101 100000 1110 0 1 11001110 1011111 1010011

Color Harmonies of #ACDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAFD

Black with #ACDAFD

Text Example


Text Example

White with #ACDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAFD; }

 p { color: rgb(172,218,253); }

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

background-color css

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

 a { background-color: rgb(172,218,253); }

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

border-color css

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

 span { border-color: rgb(172,218,253); }

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