Html Css Color HEX #A7DCEF Light Blue

📋 copy color: '#A7DCEF'

red 167 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #A7DCEF

Tints of Light Blue #A7DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.18%

R = 26.68%
G = 35.14%
B = 38.18%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A7DCEF (or 0xA7DCEF) is known color: Light Blue. HEX triplet: A7, DC and EF. RGB value is (167,220,239). Sum of RGB (Red+Green+Blue) = 167+220+239=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCEF is #582310. Grayscale: #CECECE. Windows color (decimal): -5776145 or 15719591. OLE color: 15719591.

HSL color Cylindrical-coordinate representation of color #A7DCEF: hue angle of 195.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7DCEF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 220 239 -
CMYK 0.30 0.08 0 0.06
HSL 195.83º 0.69% 0.8% -
HSV(B) 195.83º 0.3% 0.94% -
XYZ 57.11 65.63 91.32 -
YUV 206.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 167 220 239 0.30 0.08 0 0.06 195.83 0.69 0.8
Hex A7 DC EF 1E 8 0 6 C4 45 50
Octal 247 334 357 36 10 0 6 304 105 120
Binary 10100111 11011100 11101111 11110 1000 0 110 11000100 1000101 1010000

Color Harmonies of #A7DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCEF

Black with #A7DCEF

Text Example


Text Example

White with #A7DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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