Html Css Color HEX #ACDAEE Light Blue

📋 copy color: '#ACDAEE'

red 172 ◦ green 218 ◦ blue 238

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

Shades of Light Blue #ACDAEE

Tints of Light Blue #ACDAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.71%

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 27.39%
G = 34.71%
B = 37.9%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACDAEE (or 0xACDAEE) is known color: Light Blue. HEX triplet: AC, DA and EE. RGB value is (172,218,238). Sum of RGB (Red+Green+Blue) = 172+218+238=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAEE is #532511. Grayscale: #CECECE. Windows color (decimal): -5448978 or 15653548. OLE color: 15653548.

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

Color convert

RGB 172 218 238 -
CMYK 0.28 0.08 0 0.07
HSL 198.18º 0.66% 0.8% -
HSV(B) 198.18º 0.28% 0.93% -
XYZ 57.52 65.09 90.42 -
YUV 206.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 172 218 238 0.28 0.08 0 0.07 198.18 0.66 0.8
Hex AC DA EE 1C 8 0 7 C6 42 50
Octal 254 332 356 34 10 0 7 306 102 120
Binary 10101100 11011010 11101110 11100 1000 0 111 11000110 1000010 1010000

Color Harmonies of #ACDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAEE

Black with #ACDAEE

Text Example


Text Example

White with #ACDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAEE; }

 p { color: rgb(172,218,238); }

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

background-color css

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

 a { background-color: rgb(172,218,238); }

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

border-color css

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

 span { border-color: rgb(172,218,238); }

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