Html Css Color HEX #A6DBEF Light Blue

📋 copy color: '#A6DBEF'

red 166 ◦ green 219 ◦ blue 239

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

Shades of Light Blue #A6DBEF

Tints of Light Blue #A6DBEF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.1%

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

R = 26.6%
G = 35.1%
B = 38.3%

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

#A6DBEF (or 0xA6DBEF) is known color: Light Blue. HEX triplet: A6, DB and EF. RGB value is (166,219,239). Sum of RGB (Red+Green+Blue) = 166+219+239=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBEF is #592410. Grayscale: #CDCDCD. Windows color (decimal): -5841937 or 15719334. OLE color: 15719334.

HSL color Cylindrical-coordinate representation of color #A6DBEF: hue angle of 196.44º 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 #A6DBEF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 219 239 -
CMYK 0.31 0.08 0 0.06
HSL 196.44º 0.7% 0.79% -
HSV(B) 196.44º 0.31% 0.94% -
XYZ 56.64 65 91.22 -
YUV 205.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 166 219 239 0.31 0.08 0 0.06 196.44 0.7 0.79
Hex A6 DB EF 1F 8 0 6 C4 46 4F
Octal 246 333 357 37 10 0 6 304 106 117
Binary 10100110 11011011 11101111 11111 1000 0 110 11000100 1000110 1001111

Color Harmonies of #A6DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBEF

Black with #A6DBEF

Text Example


Text Example

White with #A6DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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