Html Css Color HEX #ACD7E4 Light Blue

📋 copy color: '#ACD7E4'

red 172 ◦ green 215 ◦ blue 228

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

Shades of Light Blue #ACD7E4

Tints of Light Blue #ACD7E4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.96%

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

R = 27.97%
G = 34.96%
B = 37.07%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACD7E4 (or 0xACD7E4) is known color: Light Blue. HEX triplet: AC, D7 and E4. RGB value is (172,215,228). Sum of RGB (Red+Green+Blue) = 172+215+228=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACD7E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7E4 is #53281B. Grayscale: #CBCBCB. Windows color (decimal): -5449756 or 14997420. OLE color: 14997420.

HSL color Cylindrical-coordinate representation of color #ACD7E4: hue angle of 193.93º 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 #ACD7E4 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 215 228 -
CMYK 0.25 0.06 0 0.11
HSL 193.93º 0.51% 0.78% -
HSV(B) 193.93º 0.25% 0.89% -
XYZ 55.32 62.97 82.64 -
YUV 203.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 172 215 228 0.25 0.06 0 0.11 193.93 0.51 0.78
Hex AC D7 E4 19 6 0 B C2 33 4E
Octal 254 327 344 31 6 0 13 302 63 116
Binary 10101100 11010111 11100100 11001 110 0 1011 11000010 110011 1001110

Color Harmonies of #ACD7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7E4

Black with #ACD7E4

Text Example


Text Example

White with #ACD7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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