Html Css Color HEX #ACD4E9 Light Blue

📋 copy color: '#ACD4E9'

red 172 ◦ green 212 ◦ blue 233

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

Shades of Light Blue #ACD4E9

Tints of Light Blue #ACD4E9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.36%

 BLUE value IS 233 (91.41% from 255) = 37.76%

R = 27.88%
G = 34.36%
B = 37.76%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD4E9 (or 0xACD4E9) is known color: Light Blue. HEX triplet: AC, D4 and E9. RGB value is (172,212,233). Sum of RGB (Red+Green+Blue) = 172+212+233=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4E9 is #532B16. Grayscale: #CACACA. Windows color (decimal): -5450519 or 15324332. OLE color: 15324332.

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

Color convert

RGB 172 212 233 -
CMYK 0.26 0.09 0 0.09
HSL 200.66º 0.58% 0.79% -
HSV(B) 200.66º 0.26% 0.91% -
XYZ 55.26 61.74 86.1 -
YUV 202.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 172 212 233 0.26 0.09 0 0.09 200.66 0.58 0.79
Hex AC D4 E9 1A 9 0 9 C9 3A 4F
Octal 254 324 351 32 11 0 11 311 72 117
Binary 10101100 11010100 11101001 11010 1001 0 1001 11001001 111010 1001111

Color Harmonies of #ACD4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4E9

Black with #ACD4E9

Text Example


Text Example

White with #ACD4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4E9; }

 p { color: rgb(172,212,233); }

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

background-color css

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

 a { background-color: rgb(172,212,233); }

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

border-color css

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

 span { border-color: rgb(172,212,233); }

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