Html Css Color HEX #ABDFEE Light Blue

📋 copy color: '#ABDFEE'

red 171 ◦ green 223 ◦ blue 238

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

Shades of Light Blue #ABDFEE

Tints of Light Blue #ABDFEE

RGB

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

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

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

R = 27.06%
G = 35.28%
B = 37.66%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABDFEE (or 0xABDFEE) is known color: Light Blue. HEX triplet: AB, DF and EE. RGB value is (171,223,238). Sum of RGB (Red+Green+Blue) = 171+223+238=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFEE is #542011. Grayscale: #D1D1D1. Windows color (decimal): -5513234 or 15654827. OLE color: 15654827.

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

Color convert

RGB 171 223 238 -
CMYK 0.28 0.06 0 0.07
HSL 193.43º 0.66% 0.8% -
HSV(B) 193.43º 0.28% 0.93% -
XYZ 58.61 67.61 90.85 -
YUV 209.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 171 223 238 0.28 0.06 0 0.07 193.43 0.66 0.8
Hex AB DF EE 1C 6 0 7 C1 42 50
Octal 253 337 356 34 6 0 7 301 102 120
Binary 10101011 11011111 11101110 11100 110 0 111 11000001 1000010 1010000

Color Harmonies of #ABDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFEE

Black with #ABDFEE

Text Example


Text Example

White with #ABDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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