Html Css Color HEX #A2D7EC Light Blue

📋 copy color: '#A2D7EC'

red 162 ◦ green 215 ◦ blue 236

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

Shades of Light Blue #A2D7EC

Tints of Light Blue #A2D7EC

RGB

 RED value IS 162 (63.67% from 255) = 26.43%

 GREEN value IS 215 (84.38% from 255) = 35.07%

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

R = 26.43%
G = 35.07%
B = 38.5%

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

#A2D7EC (or 0xA2D7EC) is known color: Light Blue. HEX triplet: A2, D7 and EC. RGB value is (162,215,236). Sum of RGB (Red+Green+Blue) = 162+215+236=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2D7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D7EC is #5D2813. Grayscale: #C9C9C9. Windows color (decimal): -6105108 or 15521698. OLE color: 15521698.

HSL color Cylindrical-coordinate representation of color #A2D7EC: hue angle of 197.03º degrees, saturation: 0.66, 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 #A2D7EC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 215 236 -
CMYK 0.31 0.09 0 0.07
HSL 197.03º 0.66% 0.78% -
HSV(B) 197.03º 0.31% 0.93% -
XYZ 54.34 62.34 88.53 -
YUV 201.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 162 215 236 0.31 0.09 0 0.07 197.03 0.66 0.78
Hex A2 D7 EC 1F 9 0 7 C5 42 4E
Octal 242 327 354 37 11 0 7 305 102 116
Binary 10100010 11010111 11101100 11111 1001 0 111 11000101 1000010 1001110

Color Harmonies of #A2D7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D7EC

Black with #A2D7EC

Text Example


Text Example

White with #A2D7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D7EC; }

 p { color: rgb(162,215,236); }

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

background-color css

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

 a { background-color: rgb(162,215,236); }

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

border-color css

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

 span { border-color: rgb(162,215,236); }

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