Html Css Color HEX #ACDBED Light Blue

📋 copy color: '#ACDBED'

red 172 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #ACDBED

Tints of Light Blue #ACDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.74%

R = 27.39%
G = 34.87%
B = 37.74%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACDBED (or 0xACDBED) is known color: Light Blue. HEX triplet: AC, DB and ED. RGB value is (172,219,237). Sum of RGB (Red+Green+Blue) = 172+219+237=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACDBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBED is #532412. Grayscale: #CECECE. Windows color (decimal): -5448723 or 15588268. OLE color: 15588268.

HSL color Cylindrical-coordinate representation of color #ACDBED: hue angle of 196.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDBED is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 219 237 -
CMYK 0.27 0.08 0 0.07
HSL 196.62º 0.64% 0.8% -
HSV(B) 196.62º 0.27% 0.93% -
XYZ 57.63 65.55 89.74 -
YUV 207 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 172 219 237 0.27 0.08 0 0.07 196.62 0.64 0.8
Hex AC DB ED 1B 8 0 7 C5 40 50
Octal 254 333 355 33 10 0 7 305 100 120
Binary 10101100 11011011 11101101 11011 1000 0 111 11000101 1000000 1010000

Color Harmonies of #ACDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBED

Black with #ACDBED

Text Example


Text Example

White with #ACDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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