Html Css Color HEX #A4D6EA Light Blue

📋 copy color: '#A4D6EA'

red 164 ◦ green 214 ◦ blue 234

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

Shades of Light Blue #A4D6EA

Tints of Light Blue #A4D6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 26.8%
G = 34.97%
B = 38.24%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A4D6EA (or 0xA4D6EA) is known color: Light Blue. HEX triplet: A4, D6 and EA. RGB value is (164,214,234). Sum of RGB (Red+Green+Blue) = 164+214+234=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D6EA is #5B2915. Grayscale: #C9C9C9. Windows color (decimal): -5974294 or 15390372. OLE color: 15390372.

HSL color Cylindrical-coordinate representation of color #A4D6EA: hue angle of 197.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D6EA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 214 234 -
CMYK 0.30 0.09 0 0.08
HSL 197.14º 0.63% 0.78% -
HSV(B) 197.14º 0.3% 0.92% -
XYZ 54.21 61.93 86.94 -
YUV 201.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 164 214 234 0.30 0.09 0 0.08 197.14 0.63 0.78
Hex A4 D6 EA 1E 9 0 8 C5 3E 4E
Octal 244 326 352 36 11 0 10 305 76 116
Binary 10100100 11010110 11101010 11110 1001 0 1000 11000101 111110 1001110

Color Harmonies of #A4D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D6EA

Black with #A4D6EA

Text Example


Text Example

White with #A4D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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