Html Css Color HEX #ACDAF2 Light Blue

📋 copy color: '#ACDAF2'

red 172 ◦ green 218 ◦ blue 242

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

Shades of Light Blue #ACDAF2

Tints of Light Blue #ACDAF2

RGB

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

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

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

R = 27.22%
G = 34.49%
B = 38.29%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACDAF2 (or 0xACDAF2) is known color: Light Blue. HEX triplet: AC, DA and F2. RGB value is (172,218,242). Sum of RGB (Red+Green+Blue) = 172+218+242=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF2 is #53250D. Grayscale: #CECECE. Windows color (decimal): -5448974 or 15915692. OLE color: 15915692.

HSL color Cylindrical-coordinate representation of color #ACDAF2: hue angle of 200.57º 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 #ACDAF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 218 242 -
CMYK 0.29 0.10 0 0.05
HSL 200.57º 0.73% 0.81% -
HSV(B) 200.57º 0.29% 0.95% -
XYZ 58.11 65.32 93.55 -
YUV 206.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 172 218 242 0.29 0.10 0 0.05 200.57 0.73 0.81
Hex AC DA F2 1D A 0 5 C9 49 51
Octal 254 332 362 35 12 0 5 311 111 121
Binary 10101100 11011010 11110010 11101 1010 0 101 11001001 1001001 1010001

Color Harmonies of #ACDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAF2

Black with #ACDAF2

Text Example


Text Example

White with #ACDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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