Html Css Color HEX #ACD7E9 Light Blue

📋 copy color: '#ACD7E9'

red 172 ◦ green 215 ◦ blue 233

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

Shades of Light Blue #ACD7E9

Tints of Light Blue #ACD7E9

RGB

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

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

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

R = 27.74%
G = 34.68%
B = 37.58%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD7E9 (or 0xACD7E9) is known color: Light Blue. HEX triplet: AC, D7 and E9. RGB value is (172,215,233). Sum of RGB (Red+Green+Blue) = 172+215+233=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7E9 is #532816. Grayscale: #CCCCCC. Windows color (decimal): -5449751 or 15325100. OLE color: 15325100.

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

Color convert

RGB 172 215 233 -
CMYK 0.26 0.08 0 0.09
HSL 197.7º 0.58% 0.79% -
HSV(B) 197.7º 0.26% 0.91% -
XYZ 56.02 63.25 86.35 -
YUV 204.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 172 215 233 0.26 0.08 0 0.09 197.7 0.58 0.79
Hex AC D7 E9 1A 8 0 9 C6 3A 4F
Octal 254 327 351 32 10 0 11 306 72 117
Binary 10101100 11010111 11101001 11010 1000 0 1001 11000110 111010 1001111

Color Harmonies of #ACD7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7E9

Black with #ACD7E9

Text Example


Text Example

White with #ACD7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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