Html Css Color HEX #A4D8EE Light Blue

📋 copy color: '#A4D8EE'

red 164 ◦ green 216 ◦ blue 238

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

Shades of Light Blue #A4D8EE

Tints of Light Blue #A4D8EE

RGB

 RED value IS 164 (64.45% from 255) = 26.54%

 GREEN value IS 216 (84.77% from 255) = 34.95%

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

R = 26.54%
G = 34.95%
B = 38.51%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4D8EE (or 0xA4D8EE) is known color: Light Blue. HEX triplet: A4, D8 and EE. RGB value is (164,216,238). Sum of RGB (Red+Green+Blue) = 164+216+238=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4D8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D8EE is #5B2711. Grayscale: #CACACA. Windows color (decimal): -5973778 or 15653028. OLE color: 15653028.

HSL color Cylindrical-coordinate representation of color #A4D8EE: hue angle of 197.84º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4D8EE is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 216 238 -
CMYK 0.31 0.09 0 0.07
HSL 197.84º 0.69% 0.79% -
HSV(B) 197.84º 0.31% 0.93% -
XYZ 55.3 63.18 90.17 -
YUV 202.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 164 216 238 0.31 0.09 0 0.07 197.84 0.69 0.79
Hex A4 D8 EE 1F 9 0 7 C6 45 4F
Octal 244 330 356 37 11 0 7 306 105 117
Binary 10100100 11011000 11101110 11111 1001 0 111 11000110 1000101 1001111

Color Harmonies of #A4D8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D8EE

Black with #A4D8EE

Text Example


Text Example

White with #A4D8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D8EE; }

 p { color: rgb(164,216,238); }

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

background-color css

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

 a { background-color: rgb(164,216,238); }

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

border-color css

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

 span { border-color: rgb(164,216,238); }

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