Html Css Color HEX #ACDFEE Light Blue

📋 copy color: '#ACDFEE'

red 172 ◦ green 223 ◦ blue 238

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

Shades of Light Blue #ACDFEE

Tints of Light Blue #ACDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

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

R = 27.17%
G = 35.23%
B = 37.6%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACDFEE (or 0xACDFEE) is known color: Light Blue. HEX triplet: AC, DF and EE. RGB value is (172,223,238). Sum of RGB (Red+Green+Blue) = 172+223+238=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFEE is #532011. Grayscale: #D1D1D1. Windows color (decimal): -5447698 or 15654828. OLE color: 15654828.

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

Color convert

RGB 172 223 238 -
CMYK 0.28 0.06 0 0.07
HSL 193.64º 0.66% 0.8% -
HSV(B) 193.64º 0.28% 0.93% -
XYZ 58.83 67.72 90.86 -
YUV 209.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 172 223 238 0.28 0.06 0 0.07 193.64 0.66 0.8
Hex AC DF EE 1C 6 0 7 C2 42 50
Octal 254 337 356 34 6 0 7 302 102 120
Binary 10101100 11011111 11101110 11100 110 0 111 11000010 1000010 1010000

Color Harmonies of #ACDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFEE

Black with #ACDFEE

Text Example


Text Example

White with #ACDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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