Html Css Color HEX #A6DCF3 Light Blue

📋 copy color: '#A6DCF3'

red 166 ◦ green 220 ◦ blue 243

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

Shades of Light Blue #A6DCF3

Tints of Light Blue #A6DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 26.39%
G = 34.98%
B = 38.63%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A6DCF3 (or 0xA6DCF3) is known color: Light Blue. HEX triplet: A6, DC and F3. RGB value is (166,220,243). Sum of RGB (Red+Green+Blue) = 166+220+243=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #A6DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCF3 is #59230C. Grayscale: #CECECE. Windows color (decimal): -5841677 or 15981734. OLE color: 15981734.

HSL color Cylindrical-coordinate representation of color #A6DCF3: hue angle of 197.92º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6DCF3 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 220 243 -
CMYK 0.32 0.09 0 0.05
HSL 197.92º 0.76% 0.8% -
HSV(B) 197.92º 0.32% 0.95% -
XYZ 57.5 65.76 94.46 -
YUV 206.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 166 220 243 0.32 0.09 0 0.05 197.92 0.76 0.8
Hex A6 DC F3 20 9 0 5 C6 4C 50
Octal 246 334 363 40 11 0 5 306 114 120
Binary 10100110 11011100 11110011 100000 1001 0 101 11000110 1001100 1010000

Color Harmonies of #A6DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCF3

Black with #A6DCF3

Text Example


Text Example

White with #A6DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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