Html Css Color HEX #ACDAE4 Light Blue

📋 copy color: '#ACDAE4'

red 172 ◦ green 218 ◦ blue 228

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

Shades of Light Blue #ACDAE4

Tints of Light Blue #ACDAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.89%

R = 27.83%
G = 35.28%
B = 36.89%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACDAE4 (or 0xACDAE4) is known color: Light Blue. HEX triplet: AC, DA and E4. RGB value is (172,218,228). Sum of RGB (Red+Green+Blue) = 172+218+228=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACDAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAE4 is #53251B. Grayscale: #CDCDCD. Windows color (decimal): -5448988 or 14998188. OLE color: 14998188.

HSL color Cylindrical-coordinate representation of color #ACDAE4: hue angle of 190.71º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDAE4 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 218 228 -
CMYK 0.25 0.04 0 0.11
HSL 190.71º 0.51% 0.78% -
HSV(B) 190.71º 0.25% 0.89% -
XYZ 56.09 64.51 82.9 -
YUV 205.39 140.76 104.19 -
System Red Green Blue C M Y K H S L
Decimal 172 218 228 0.25 0.04 0 0.11 190.71 0.51 0.78
Hex AC DA E4 19 4 0 B BF 33 4E
Octal 254 332 344 31 4 0 13 277 63 116
Binary 10101100 11011010 11100100 11001 100 0 1011 10111111 110011 1001110

Color Harmonies of #ACDAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAE4

Black with #ACDAE4

Text Example


Text Example

White with #ACDAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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