Html Css Color HEX #ACDBE9 Light Blue

📋 copy color: '#ACDBE9'

red 172 ◦ green 219 ◦ blue 233

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

Shades of Light Blue #ACDBE9

Tints of Light Blue #ACDBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.1%

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

R = 27.56%
G = 35.1%
B = 37.34%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACDBE9 (or 0xACDBE9) is known color: Light Blue. HEX triplet: AC, DB and E9. RGB value is (172,219,233). Sum of RGB (Red+Green+Blue) = 172+219+233=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACDBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBE9 is #532416. Grayscale: #CECECE. Windows color (decimal): -5448727 or 15326124. OLE color: 15326124.

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

Color convert

RGB 172 219 233 -
CMYK 0.26 0.06 0 0.09
HSL 193.77º 0.58% 0.79% -
HSV(B) 193.77º 0.26% 0.91% -
XYZ 57.05 65.32 86.69 -
YUV 206.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 172 219 233 0.26 0.06 0 0.09 193.77 0.58 0.79
Hex AC DB E9 1A 6 0 9 C2 3A 4F
Octal 254 333 351 32 6 0 11 302 72 117
Binary 10101100 11011011 11101001 11010 110 0 1001 11000010 111010 1001111

Color Harmonies of #ACDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBE9

Black with #ACDBE9

Text Example


Text Example

White with #ACDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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