Html Css Color HEX #A6DCEF Light Blue

📋 copy color: '#A6DCEF'

red 166 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #A6DCEF

Tints of Light Blue #A6DCEF

RGB

 RED value IS 166 (65.23% from 255) = 26.56%

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

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

R = 26.56%
G = 35.2%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6DCEF (or 0xA6DCEF) is known color: Light Blue. HEX triplet: A6, DC and EF. RGB value is (166,220,239). Sum of RGB (Red+Green+Blue) = 166+220+239=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCEF is #592310. Grayscale: #CDCDCD. Windows color (decimal): -5841681 or 15719590. OLE color: 15719590.

HSL color Cylindrical-coordinate representation of color #A6DCEF: hue angle of 195.62º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6DCEF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 220 239 -
CMYK 0.31 0.08 0 0.06
HSL 195.62º 0.7% 0.79% -
HSV(B) 195.62º 0.31% 0.94% -
XYZ 56.9 65.53 91.31 -
YUV 206.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 166 220 239 0.31 0.08 0 0.06 195.62 0.7 0.79
Hex A6 DC EF 1F 8 0 6 C4 46 4F
Octal 246 334 357 37 10 0 6 304 106 117
Binary 10100110 11011100 11101111 11111 1000 0 110 11000100 1000110 1001111

Color Harmonies of #A6DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCEF

Black with #A6DCEF

Text Example


Text Example

White with #A6DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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