Html Css Color HEX #ABDBED Light Blue

📋 copy color: '#ABDBED'

red 171 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #ABDBED

Tints of Light Blue #ABDBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.93%

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

R = 27.27%
G = 34.93%
B = 37.8%

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

#ABDBED (or 0xABDBED) is known color: Light Blue. HEX triplet: AB, DB and ED. RGB value is (171,219,237). Sum of RGB (Red+Green+Blue) = 171+219+237=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABDBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBED is #542412. Grayscale: #CECECE. Windows color (decimal): -5514259 or 15588267. OLE color: 15588267.

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

Color convert

RGB 171 219 237 -
CMYK 0.28 0.08 0 0.07
HSL 196.36º 0.65% 0.8% -
HSV(B) 196.36º 0.28% 0.93% -
XYZ 57.41 65.44 89.73 -
YUV 206.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 171 219 237 0.28 0.08 0 0.07 196.36 0.65 0.8
Hex AB DB ED 1C 8 0 7 C4 41 50
Octal 253 333 355 34 10 0 7 304 101 120
Binary 10101011 11011011 11101101 11100 1000 0 111 11000100 1000001 1010000

Color Harmonies of #ABDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBED

Black with #ABDBED

Text Example


Text Example

White with #ABDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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