Html Css Color HEX #ACD6EA Light Blue

📋 copy color: '#ACD6EA'

red 172 ◦ green 214 ◦ blue 234

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

Shades of Light Blue #ACD6EA

Tints of Light Blue #ACD6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.52%

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

R = 27.74%
G = 34.52%
B = 37.74%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACD6EA (or 0xACD6EA) is known color: Light Blue. HEX triplet: AC, D6 and EA. RGB value is (172,214,234). Sum of RGB (Red+Green+Blue) = 172+214+234=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6EA is #532915. Grayscale: #CBCBCB. Windows color (decimal): -5450006 or 15390380. OLE color: 15390380.

HSL color Cylindrical-coordinate representation of color #ACD6EA: hue angle of 199.35º 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 #ACD6EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 214 234 -
CMYK 0.26 0.09 0 0.08
HSL 199.35º 0.6% 0.8% -
HSV(B) 199.35º 0.26% 0.92% -
XYZ 55.91 62.8 87.02 -
YUV 203.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 172 214 234 0.26 0.09 0 0.08 199.35 0.6 0.8
Hex AC D6 EA 1A 9 0 8 C7 3C 50
Octal 254 326 352 32 11 0 10 307 74 120
Binary 10101100 11010110 11101010 11010 1001 0 1000 11000111 111100 1010000

Color Harmonies of #ACD6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6EA

Black with #ACD6EA

Text Example


Text Example

White with #ACD6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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