Html Css Color HEX #A6DBF0 Light Blue

📋 copy color: '#A6DBF0'

red 166 ◦ green 219 ◦ blue 240

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

Shades of Light Blue #A6DBF0

Tints of Light Blue #A6DBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 26.56%
G = 35.04%
B = 38.4%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6DBF0 (or 0xA6DBF0) is known color: Light Blue. HEX triplet: A6, DB and F0. RGB value is (166,219,240). Sum of RGB (Red+Green+Blue) = 166+219+240=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBF0 is #59240F. Grayscale: #CDCDCD. Windows color (decimal): -5841936 or 15784870. OLE color: 15784870.

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

Color convert

RGB 166 219 240 -
CMYK 0.31 0.09 0 0.06
HSL 197.03º 0.71% 0.8% -
HSV(B) 197.03º 0.31% 0.94% -
XYZ 56.79 65.06 92 -
YUV 205.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 166 219 240 0.31 0.09 0 0.06 197.03 0.71 0.8
Hex A6 DB F0 1F 9 0 6 C5 47 50
Octal 246 333 360 37 11 0 6 305 107 120
Binary 10100110 11011011 11110000 11111 1001 0 110 11000101 1000111 1010000

Color Harmonies of #A6DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBF0

Black with #A6DBF0

Text Example


Text Example

White with #A6DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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