Html Css Color HEX #ACD6ED Light Blue

📋 copy color: '#ACD6ED'

red 172 ◦ green 214 ◦ blue 237

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

Shades of Light Blue #ACD6ED

Tints of Light Blue #ACD6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 27.61%
G = 34.35%
B = 38.04%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD6ED (or 0xACD6ED) is known color: Light Blue. HEX triplet: AC, D6 and ED. RGB value is (172,214,237). Sum of RGB (Red+Green+Blue) = 172+214+237=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6ED is #532912. Grayscale: #CBCBCB. Windows color (decimal): -5450003 or 15586988. OLE color: 15586988.

HSL color Cylindrical-coordinate representation of color #ACD6ED: hue angle of 201.23º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD6ED is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 214 237 -
CMYK 0.27 0.10 0 0.07
HSL 201.23º 0.64% 0.8% -
HSV(B) 201.23º 0.27% 0.93% -
XYZ 56.35 62.98 89.31 -
YUV 204.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 172 214 237 0.27 0.10 0 0.07 201.23 0.64 0.8
Hex AC D6 ED 1B A 0 7 C9 40 50
Octal 254 326 355 33 12 0 7 311 100 120
Binary 10101100 11010110 11101101 11011 1010 0 111 11001001 1000000 1010000

Color Harmonies of #ACD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6ED

Black with #ACD6ED

Text Example


Text Example

White with #ACD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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