Html Css Color HEX #ACDAF0 Light Blue

📋 copy color: '#ACDAF0'

red 172 ◦ green 218 ◦ blue 240

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

Shades of Light Blue #ACDAF0

Tints of Light Blue #ACDAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 27.3%
G = 34.6%
B = 38.1%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACDAF0 (or 0xACDAF0) is known color: Light Blue. HEX triplet: AC, DA and F0. RGB value is (172,218,240). Sum of RGB (Red+Green+Blue) = 172+218+240=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF0 is #53250F. Grayscale: #CECECE. Windows color (decimal): -5448976 or 15784620. OLE color: 15784620.

HSL color Cylindrical-coordinate representation of color #ACDAF0: hue angle of 199.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDAF0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 218 240 -
CMYK 0.28 0.09 0 0.06
HSL 199.41º 0.69% 0.81% -
HSV(B) 199.41º 0.28% 0.94% -
XYZ 57.81 65.2 91.98 -
YUV 206.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 172 218 240 0.28 0.09 0 0.06 199.41 0.69 0.81
Hex AC DA F0 1C 9 0 6 C7 45 51
Octal 254 332 360 34 11 0 6 307 105 121
Binary 10101100 11011010 11110000 11100 1001 0 110 11000111 1000101 1010001

Color Harmonies of #ACDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAF0

Black with #ACDAF0

Text Example


Text Example

White with #ACDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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