Html Css Color HEX #ACDDF5 Light Blue

📋 copy color: '#ACDDF5'

red 172 ◦ green 221 ◦ blue 245

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

Shades of Light Blue #ACDDF5

Tints of Light Blue #ACDDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.4%

R = 26.96%
G = 34.64%
B = 38.4%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACDDF5 (or 0xACDDF5) is known color: Light Blue. HEX triplet: AC, DD and F5. RGB value is (172,221,245). Sum of RGB (Red+Green+Blue) = 172+221+245=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACDDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDF5 is #53220A. Grayscale: #D0D0D0. Windows color (decimal): -5448203 or 16113068. OLE color: 16113068.

HSL color Cylindrical-coordinate representation of color #ACDDF5: hue angle of 199.73º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDDF5 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 221 245 -
CMYK 0.30 0.10 0 0.04
HSL 199.73º 0.78% 0.82% -
HSV(B) 199.73º 0.3% 0.96% -
XYZ 59.35 67.08 96.21 -
YUV 209.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 172 221 245 0.30 0.10 0 0.04 199.73 0.78 0.82
Hex AC DD F5 1E A 0 4 C8 4E 52
Octal 254 335 365 36 12 0 4 310 116 122
Binary 10101100 11011101 11110101 11110 1010 0 100 11001000 1001110 1010010

Color Harmonies of #ACDDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDF5

Black with #ACDDF5

Text Example


Text Example

White with #ACDDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDF5; }

 p { color: rgb(172,221,245); }

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

background-color css

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

 a { background-color: rgb(172,221,245); }

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

border-color css

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

 span { border-color: rgb(172,221,245); }

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