Html Css Color HEX #ABDCEE Light Blue

📋 copy color: '#ABDCEE'

red 171 ◦ green 220 ◦ blue 238

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

Shades of Light Blue #ABDCEE

Tints of Light Blue #ABDCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 27.19%
G = 34.98%
B = 37.84%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABDCEE (or 0xABDCEE) is known color: Light Blue. HEX triplet: AB, DC and EE. RGB value is (171,220,238). Sum of RGB (Red+Green+Blue) = 171+220+238=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCEE is #542311. Grayscale: #CFCFCF. Windows color (decimal): -5514002 or 15654059. OLE color: 15654059.

HSL color Cylindrical-coordinate representation of color #ABDCEE: hue angle of 196.12º degrees, saturation: 0.66, 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 #ABDCEE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 220 238 -
CMYK 0.28 0.08 0 0.07
HSL 196.12º 0.66% 0.8% -
HSV(B) 196.12º 0.28% 0.93% -
XYZ 57.82 66.02 90.58 -
YUV 207.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 171 220 238 0.28 0.08 0 0.07 196.12 0.66 0.8
Hex AB DC EE 1C 8 0 7 C4 42 50
Octal 253 334 356 34 10 0 7 304 102 120
Binary 10101011 11011100 11101110 11100 1000 0 111 11000100 1000010 1010000

Color Harmonies of #ABDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCEE

Black with #ABDCEE

Text Example


Text Example

White with #ABDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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