Html Css Color HEX #ACDAEA Light Blue

📋 copy color: '#ACDAEA'

red 172 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #ACDAEA

Tints of Light Blue #ACDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 27.56%
G = 34.94%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACDAEA (or 0xACDAEA) is known color: Light Blue. HEX triplet: AC, DA and EA. RGB value is (172,218,234). Sum of RGB (Red+Green+Blue) = 172+218+234=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAEA is #532515. Grayscale: #CDCDCD. Windows color (decimal): -5448982 or 15391404. OLE color: 15391404.

HSL color Cylindrical-coordinate representation of color #ACDAEA: hue angle of 195.48º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDAEA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 218 234 -
CMYK 0.26 0.07 0 0.08
HSL 195.48º 0.6% 0.8% -
HSV(B) 195.48º 0.26% 0.92% -
XYZ 56.94 64.85 87.36 -
YUV 206.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 172 218 234 0.26 0.07 0 0.08 195.48 0.6 0.8
Hex AC DA EA 1A 7 0 8 C3 3C 50
Octal 254 332 352 32 7 0 10 303 74 120
Binary 10101100 11011010 11101010 11010 111 0 1000 11000011 111100 1010000

Color Harmonies of #ACDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAEA

Black with #ACDAEA

Text Example


Text Example

White with #ACDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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