Html Css Color HEX #ACDFFB Columbia Blue

📋 copy color: '#ACDFFB'

red 172 ◦ green 223 ◦ blue 251

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

Shades of Columbia Blue #ACDFFB

Tints of Columbia Blue #ACDFFB

RGB

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

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

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

R = 26.63%
G = 34.52%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACDFFB (or 0xACDFFB) is known color: Columbia Blue. HEX triplet: AC, DF and FB. RGB value is (172,223,251). Sum of RGB (Red+Green+Blue) = 172+223+251=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFFB is #532004. Grayscale: #D2D2D2. Windows color (decimal): -5447685 or 16506796. OLE color: 16506796.

HSL color Cylindrical-coordinate representation of color #ACDFFB: hue angle of 201.27º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDFFB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 223 251 -
CMYK 0.31 0.11 0 0.02
HSL 201.27º 0.91% 0.83% -
HSV(B) 201.27º 0.31% 0.98% -
XYZ 60.81 68.51 101.29 -
YUV 210.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 172 223 251 0.31 0.11 0 0.02 201.27 0.91 0.83
Hex AC DF FB 1F B 0 2 C9 5B 53
Octal 254 337 373 37 13 0 2 311 133 123
Binary 10101100 11011111 11111011 11111 1011 0 10 11001001 1011011 1010011

Color Harmonies of #ACDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFFB

Black with #ACDFFB

Text Example


Text Example

White with #ACDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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