Html Css Color HEX #A7DCEC Light Blue

📋 copy color: '#A7DCEC'

red 167 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #A7DCEC

Tints of Light Blue #A7DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.31%

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

R = 26.81%
G = 35.31%
B = 37.88%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A7DCEC (or 0xA7DCEC) is known color: Light Blue. HEX triplet: A7, DC and EC. RGB value is (167,220,236). Sum of RGB (Red+Green+Blue) = 167+220+236=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCEC is #582313. Grayscale: #CDCDCD. Windows color (decimal): -5776148 or 15522983. OLE color: 15522983.

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

Color convert

RGB 167 220 236 -
CMYK 0.29 0.07 0 0.07
HSL 193.91º 0.64% 0.79% -
HSV(B) 193.91º 0.29% 0.93% -
XYZ 56.67 65.46 89 -
YUV 205.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 167 220 236 0.29 0.07 0 0.07 193.91 0.64 0.79
Hex A7 DC EC 1D 7 0 7 C2 40 4F
Octal 247 334 354 35 7 0 7 302 100 117
Binary 10100111 11011100 11101100 11101 111 0 111 11000010 1000000 1001111

Color Harmonies of #A7DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCEC

Black with #A7DCEC

Text Example


Text Example

White with #A7DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCEC; }

 p { color: rgb(167,220,236); }

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

background-color css

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

 a { background-color: rgb(167,220,236); }

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

border-color css

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

 span { border-color: rgb(167,220,236); }

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