Html Css Color HEX #ABDFEF Light Blue

📋 copy color: '#ABDFEF'

red 171 ◦ green 223 ◦ blue 239

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

Shades of Light Blue #ABDFEF

Tints of Light Blue #ABDFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

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

R = 27.01%
G = 35.23%
B = 37.76%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABDFEF (or 0xABDFEF) is known color: Light Blue. HEX triplet: AB, DF and EF. RGB value is (171,223,239). Sum of RGB (Red+Green+Blue) = 171+223+239=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFEF is #542010. Grayscale: #D1D1D1. Windows color (decimal): -5513233 or 15720363. OLE color: 15720363.

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

Color convert

RGB 171 223 239 -
CMYK 0.28 0.07 0 0.06
HSL 194.12º 0.68% 0.8% -
HSV(B) 194.12º 0.28% 0.94% -
XYZ 58.76 67.67 91.62 -
YUV 209.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 171 223 239 0.28 0.07 0 0.06 194.12 0.68 0.8
Hex AB DF EF 1C 7 0 6 C2 44 50
Octal 253 337 357 34 7 0 6 302 104 120
Binary 10101011 11011111 11101111 11100 111 0 110 11000010 1000100 1010000

Color Harmonies of #ABDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFEF

Black with #ABDFEF

Text Example


Text Example

White with #ABDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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