Html Css Color HEX #ABDDEF Light Blue

📋 copy color: '#ABDDEF'

red 171 ◦ green 221 ◦ blue 239

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

Shades of Light Blue #ABDDEF

Tints of Light Blue #ABDDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.02%

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

R = 27.1%
G = 35.02%
B = 37.88%

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

#ABDDEF (or 0xABDDEF) is known color: Light Blue. HEX triplet: AB, DD and EF. RGB value is (171,221,239). Sum of RGB (Red+Green+Blue) = 171+221+239=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDEF is #542210. Grayscale: #CFCFCF. Windows color (decimal): -5513745 or 15719851. OLE color: 15719851.

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

Color convert

RGB 171 221 239 -
CMYK 0.28 0.08 0 0.06
HSL 195.88º 0.68% 0.8% -
HSV(B) 195.88º 0.28% 0.94% -
XYZ 58.23 66.6 91.45 -
YUV 208.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 171 221 239 0.28 0.08 0 0.06 195.88 0.68 0.8
Hex AB DD EF 1C 8 0 6 C4 44 50
Octal 253 335 357 34 10 0 6 304 104 120
Binary 10101011 11011101 11101111 11100 1000 0 110 11000100 1000100 1010000

Color Harmonies of #ABDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDEF

Black with #ABDDEF

Text Example


Text Example

White with #ABDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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