Html Css Color HEX #A6DBED Light Blue

📋 copy color: '#A6DBED'

red 166 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #A6DBED

Tints of Light Blue #A6DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 26.69%
G = 35.21%
B = 38.1%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6DBED (or 0xA6DBED) is known color: Light Blue. HEX triplet: A6, DB and ED. RGB value is (166,219,237). Sum of RGB (Red+Green+Blue) = 166+219+237=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBED is #592412. Grayscale: #CDCDCD. Windows color (decimal): -5841939 or 15588262. OLE color: 15588262.

HSL color Cylindrical-coordinate representation of color #A6DBED: hue angle of 195.21º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6DBED is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 219 237 -
CMYK 0.30 0.08 0 0.07
HSL 195.21º 0.66% 0.79% -
HSV(B) 195.21º 0.3% 0.93% -
XYZ 56.34 64.88 89.68 -
YUV 205.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 166 219 237 0.30 0.08 0 0.07 195.21 0.66 0.79
Hex A6 DB ED 1E 8 0 7 C3 42 4F
Octal 246 333 355 36 10 0 7 303 102 117
Binary 10100110 11011011 11101101 11110 1000 0 111 11000011 1000010 1001111

Color Harmonies of #A6DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBED

Black with #A6DBED

Text Example


Text Example

White with #A6DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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