Html Css Color HEX #ACDAE8 Light Blue

📋 copy color: '#ACDAE8'

red 172 ◦ green 218 ◦ blue 232

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

Shades of Light Blue #ACDAE8

Tints of Light Blue #ACDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.3%

R = 27.65%
G = 35.05%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACDAE8 (or 0xACDAE8) is known color: Light Blue. HEX triplet: AC, DA and E8. RGB value is (172,218,232). Sum of RGB (Red+Green+Blue) = 172+218+232=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACDAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAE8 is #532517. Grayscale: #CDCDCD. Windows color (decimal): -5448984 or 15260332. OLE color: 15260332.

HSL color Cylindrical-coordinate representation of color #ACDAE8: hue angle of 194º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDAE8 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 218 232 -
CMYK 0.26 0.06 0 0.09
HSL 194º 0.57% 0.79% -
HSV(B) 194º 0.26% 0.91% -
XYZ 56.65 64.74 85.85 -
YUV 205.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 172 218 232 0.26 0.06 0 0.09 194 0.57 0.79
Hex AC DA E8 1A 6 0 9 C2 39 4F
Octal 254 332 350 32 6 0 11 302 71 117
Binary 10101100 11011010 11101000 11010 110 0 1001 11000010 111001 1001111

Color Harmonies of #ACDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAE8

Black with #ACDAE8

Text Example


Text Example

White with #ACDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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