Html Css Color HEX #ACDBE8 Light Blue

📋 copy color: '#ACDBE8'

red 172 ◦ green 219 ◦ blue 232

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

Shades of Light Blue #ACDBE8

Tints of Light Blue #ACDBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.24%

R = 27.61%
G = 35.15%
B = 37.24%

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

#ACDBE8 (or 0xACDBE8) is known color: Light Blue. HEX triplet: AC, DB and E8. RGB value is (172,219,232). Sum of RGB (Red+Green+Blue) = 172+219+232=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACDBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBE8 is #532417. Grayscale: #CECECE. Windows color (decimal): -5448728 or 15260588. OLE color: 15260588.

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

Color convert

RGB 172 219 232 -
CMYK 0.26 0.06 0 0.09
HSL 193º 0.57% 0.79% -
HSV(B) 193º 0.26% 0.91% -
XYZ 56.91 65.26 85.94 -
YUV 206.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 172 219 232 0.26 0.06 0 0.09 193 0.57 0.79
Hex AC DB E8 1A 6 0 9 C1 39 4F
Octal 254 333 350 32 6 0 11 301 71 117
Binary 10101100 11011011 11101000 11010 110 0 1001 11000001 111001 1001111

Color Harmonies of #ACDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBE8

Black with #ACDBE8

Text Example


Text Example

White with #ACDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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