Html Css Color HEX #ACDAEF Light Blue

📋 copy color: '#ACDAEF'

red 172 ◦ green 218 ◦ blue 239

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

Shades of Light Blue #ACDAEF

Tints of Light Blue #ACDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38%

R = 27.34%
G = 34.66%
B = 38%

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

#ACDAEF (or 0xACDAEF) is known color: Light Blue. HEX triplet: AC, DA and EF. RGB value is (172,218,239). Sum of RGB (Red+Green+Blue) = 172+218+239=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACDAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAEF is #532510. Grayscale: #CECECE. Windows color (decimal): -5448977 or 15719084. OLE color: 15719084.

HSL color Cylindrical-coordinate representation of color #ACDAEF: hue angle of 198.81º degrees, saturation: 0.68, 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 #ACDAEF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 218 239 -
CMYK 0.28 0.09 0 0.06
HSL 198.81º 0.68% 0.81% -
HSV(B) 198.81º 0.28% 0.94% -
XYZ 57.66 65.15 91.2 -
YUV 206.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 172 218 239 0.28 0.09 0 0.06 198.81 0.68 0.81
Hex AC DA EF 1C 9 0 6 C7 44 51
Octal 254 332 357 34 11 0 6 307 104 121
Binary 10101100 11011010 11101111 11100 1001 0 110 11000111 1000100 1010001

Color Harmonies of #ACDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAEF

Black with #ACDAEF

Text Example


Text Example

White with #ACDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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