Html Css Color HEX #ABDEED Light Blue

📋 copy color: '#ABDEED'

red 171 ◦ green 222 ◦ blue 237

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

Shades of Light Blue #ABDEED

Tints of Light Blue #ABDEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.24%

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

R = 27.14%
G = 35.24%
B = 37.62%

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

#ABDEED (or 0xABDEED) is known color: Light Blue. HEX triplet: AB, DE and ED. RGB value is (171,222,237). Sum of RGB (Red+Green+Blue) = 171+222+237=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEED is #542112. Grayscale: #D0D0D0. Windows color (decimal): -5513491 or 15589035. OLE color: 15589035.

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

Color convert

RGB 171 222 237 -
CMYK 0.28 0.06 0 0.07
HSL 193.64º 0.65% 0.8% -
HSV(B) 193.64º 0.28% 0.93% -
XYZ 58.2 67.01 89.99 -
YUV 208.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 171 222 237 0.28 0.06 0 0.07 193.64 0.65 0.8
Hex AB DE ED 1C 6 0 7 C2 41 50
Octal 253 336 355 34 6 0 7 302 101 120
Binary 10101011 11011110 11101101 11100 110 0 111 11000010 1000001 1010000

Color Harmonies of #ABDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEED

Black with #ABDEED

Text Example


Text Example

White with #ABDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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