Html Css Color HEX #ACDDF2 Light Blue

📋 copy color: '#ACDDF2'

red 172 ◦ green 221 ◦ blue 242

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

Shades of Light Blue #ACDDF2

Tints of Light Blue #ACDDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 27.09%
G = 34.8%
B = 38.11%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACDDF2 (or 0xACDDF2) is known color: Light Blue. HEX triplet: AC, DD and F2. RGB value is (172,221,242). Sum of RGB (Red+Green+Blue) = 172+221+242=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACDDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDF2 is #53220D. Grayscale: #D0D0D0. Windows color (decimal): -5448206 or 15916460. OLE color: 15916460.

HSL color Cylindrical-coordinate representation of color #ACDDF2: hue angle of 198º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACDDF2 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 221 242 -
CMYK 0.29 0.09 0 0.05
HSL 198º 0.73% 0.81% -
HSV(B) 198º 0.29% 0.95% -
XYZ 58.9 66.89 93.81 -
YUV 208.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 172 221 242 0.29 0.09 0 0.05 198 0.73 0.81
Hex AC DD F2 1D 9 0 5 C6 49 51
Octal 254 335 362 35 11 0 5 306 111 121
Binary 10101100 11011101 11110010 11101 1001 0 101 11000110 1001001 1010001

Color Harmonies of #ACDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDF2

Black with #ACDDF2

Text Example


Text Example

White with #ACDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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