Html Css Color HEX #ABDCED Light Blue

📋 copy color: '#ABDCED'

red 171 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #ABDCED

Tints of Light Blue #ABDCED

RGB

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

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

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

R = 27.23%
G = 35.03%
B = 37.74%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABDCED (or 0xABDCED) is known color: Light Blue. HEX triplet: AB, DC and ED. RGB value is (171,220,237). Sum of RGB (Red+Green+Blue) = 171+220+237=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCED is #542312. Grayscale: #CFCFCF. Windows color (decimal): -5514003 or 15588523. OLE color: 15588523.

HSL color Cylindrical-coordinate representation of color #ABDCED: hue angle of 195.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABDCED is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 220 237 -
CMYK 0.28 0.07 0 0.07
HSL 195.45º 0.65% 0.8% -
HSV(B) 195.45º 0.28% 0.93% -
XYZ 57.67 65.96 89.81 -
YUV 207.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 171 220 237 0.28 0.07 0 0.07 195.45 0.65 0.8
Hex AB DC ED 1C 7 0 7 C3 41 50
Octal 253 334 355 34 7 0 7 303 101 120
Binary 10101011 11011100 11101101 11100 111 0 111 11000011 1000001 1010000

Color Harmonies of #ABDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCED

Black with #ABDCED

Text Example


Text Example

White with #ABDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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