Html Css Color HEX #ABDBE6 Light Blue

📋 copy color: '#ABDBE6'

red 171 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #ABDBE6

Tints of Light Blue #ABDBE6

RGB

 RED value IS 171 (67.19% from 255) = 27.58%

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

 BLUE value IS 230 (90.23% from 255) = 37.1%

R = 27.58%
G = 35.32%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABDBE6 (or 0xABDBE6) is known color: Light Blue. HEX triplet: AB, DB and E6. RGB value is (171,219,230). Sum of RGB (Red+Green+Blue) = 171+219+230=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBE6 is #542419. Grayscale: #CDCDCD. Windows color (decimal): -5514266 or 15129515. OLE color: 15129515.

HSL color Cylindrical-coordinate representation of color #ABDBE6: hue angle of 191.19º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABDBE6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 219 230 -
CMYK 0.26 0.05 0 0.10
HSL 191.19º 0.54% 0.79% -
HSV(B) 191.19º 0.26% 0.9% -
XYZ 56.41 65.03 84.44 -
YUV 205.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 171 219 230 0.26 0.05 0 0.10 191.19 0.54 0.79
Hex AB DB E6 1A 5 0 A BF 36 4F
Octal 253 333 346 32 5 0 12 277 66 117
Binary 10101011 11011011 11100110 11010 101 0 1010 10111111 110110 1001111

Color Harmonies of #ABDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBE6

Black with #ABDBE6

Text Example


Text Example

White with #ABDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBE6; }

 p { color: rgb(171,219,230); }

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

background-color css

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

 a { background-color: rgb(171,219,230); }

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

border-color css

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

 span { border-color: rgb(171,219,230); }

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