Html Css Color HEX #A4D6EC Light Blue

📋 copy color: '#A4D6EC'

red 164 ◦ green 214 ◦ blue 236

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

Shades of Light Blue #A4D6EC

Tints of Light Blue #A4D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.85%

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 26.71%
G = 34.85%
B = 38.44%

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

#A4D6EC (or 0xA4D6EC) is known color: Light Blue. HEX triplet: A4, D6 and EC. RGB value is (164,214,236). Sum of RGB (Red+Green+Blue) = 164+214+236=614 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.71% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D6EC is #5B2913. Grayscale: #C9C9C9. Windows color (decimal): -5974292 or 15521444. OLE color: 15521444.

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

Color convert

RGB 164 214 236 -
CMYK 0.31 0.09 0 0.07
HSL 198.33º 0.65% 0.78% -
HSV(B) 198.33º 0.31% 0.93% -
XYZ 54.5 62.04 88.46 -
YUV 201.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 164 214 236 0.31 0.09 0 0.07 198.33 0.65 0.78
Hex A4 D6 EC 1F 9 0 7 C6 41 4E
Octal 244 326 354 37 11 0 7 306 101 116
Binary 10100100 11010110 11101100 11111 1001 0 111 11000110 1000001 1001110

Color Harmonies of #A4D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D6EC

Black with #A4D6EC

Text Example


Text Example

White with #A4D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D6EC; }

 p { color: rgb(164,214,236); }

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

background-color css

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

 a { background-color: rgb(164,214,236); }

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

border-color css

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

 span { border-color: rgb(164,214,236); }

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