Html Css Color HEX #ABDCEF Light Blue

📋 copy color: '#ABDCEF'

red 171 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #ABDCEF

Tints of Light Blue #ABDCEF

RGB

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

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

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

R = 27.14%
G = 34.92%
B = 37.94%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABDCEF (or 0xABDCEF) is known color: Light Blue. HEX triplet: AB, DC and EF. RGB value is (171,220,239). Sum of RGB (Red+Green+Blue) = 171+220+239=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABDCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCEF is #542310. Grayscale: #CFCFCF. Windows color (decimal): -5514001 or 15719595. OLE color: 15719595.

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

Color convert

RGB 171 220 239 -
CMYK 0.28 0.08 0 0.06
HSL 196.76º 0.68% 0.8% -
HSV(B) 196.76º 0.28% 0.94% -
XYZ 57.97 66.08 91.36 -
YUV 207.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 171 220 239 0.28 0.08 0 0.06 196.76 0.68 0.8
Hex AB DC EF 1C 8 0 6 C5 44 50
Octal 253 334 357 34 10 0 6 305 104 120
Binary 10101011 11011100 11101111 11100 1000 0 110 11000101 1000100 1010000

Color Harmonies of #ABDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCEF

Black with #ABDCEF

Text Example


Text Example

White with #ABDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCEF; }

 p { color: rgb(171,220,239); }

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

background-color css

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

 a { background-color: rgb(171,220,239); }

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

border-color css

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

 span { border-color: rgb(171,220,239); }

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