Html Css Color HEX #A7D6EA Light Blue

📋 copy color: '#A7D6EA'

red 167 ◦ green 214 ◦ blue 234

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

Shades of Light Blue #A7D6EA

Tints of Light Blue #A7D6EA

RGB

 RED value IS 167 (65.63% from 255) = 27.15%

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

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

R = 27.15%
G = 34.8%
B = 38.05%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A7D6EA (or 0xA7D6EA) is known color: Light Blue. HEX triplet: A7, D6 and EA. RGB value is (167,214,234). Sum of RGB (Red+Green+Blue) = 167+214+234=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D6EA is #582915. Grayscale: #CACACA. Windows color (decimal): -5777686 or 15390375. OLE color: 15390375.

HSL color Cylindrical-coordinate representation of color #A7D6EA: hue angle of 197.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7D6EA is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 214 234 -
CMYK 0.29 0.09 0 0.08
HSL 197.91º 0.61% 0.79% -
HSV(B) 197.91º 0.29% 0.92% -
XYZ 54.83 62.25 86.97 -
YUV 202.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 167 214 234 0.29 0.09 0 0.08 197.91 0.61 0.79
Hex A7 D6 EA 1D 9 0 8 C6 3D 4F
Octal 247 326 352 35 11 0 10 306 75 117
Binary 10100111 11010110 11101010 11101 1001 0 1000 11000110 111101 1001111

Color Harmonies of #A7D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D6EA

Black with #A7D6EA

Text Example


Text Example

White with #A7D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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