Html Css Color HEX #ACDFFD Columbia Blue

📋 copy color: '#ACDFFD'

red 172 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #ACDFFD

Tints of Columbia Blue #ACDFFD

RGB

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

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

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

R = 26.54%
G = 34.41%
B = 39.04%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACDFFD (or 0xACDFFD) is known color: Columbia Blue. HEX triplet: AC, DF and FD. RGB value is (172,223,253). Sum of RGB (Red+Green+Blue) = 172+223+253=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFFD is #532002. Grayscale: #D3D3D3. Windows color (decimal): -5447683 or 16637868. OLE color: 16637868.

HSL color Cylindrical-coordinate representation of color #ACDFFD: hue angle of 202.22º 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 #ACDFFD is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 223 253 -
CMYK 0.32 0.12 0 0.01
HSL 202.22º 0.95% 0.83% -
HSV(B) 202.22º 0.32% 0.99% -
XYZ 61.13 68.64 102.96 -
YUV 211.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 172 223 253 0.32 0.12 0 0.01 202.22 0.95 0.83
Hex AC DF FD 20 C 0 1 CA 5F 53
Octal 254 337 375 40 14 0 1 312 137 123
Binary 10101100 11011111 11111101 100000 1100 0 1 11001010 1011111 1010011

Color Harmonies of #ACDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFFD

Black with #ACDFFD

Text Example


Text Example

White with #ACDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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