Html Css Color HEX #ABDBF0 Light Blue

📋 copy color: '#ABDBF0'

red 171 ◦ green 219 ◦ blue 240

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

Shades of Light Blue #ABDBF0

Tints of Light Blue #ABDBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 27.14%
G = 34.76%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABDBF0 (or 0xABDBF0) is known color: Light Blue. HEX triplet: AB, DB and F0. RGB value is (171,219,240). Sum of RGB (Red+Green+Blue) = 171+219+240=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABDBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBF0 is #54240F. Grayscale: #CECECE. Windows color (decimal): -5514256 or 15784875. OLE color: 15784875.

HSL color Cylindrical-coordinate representation of color #ABDBF0: hue angle of 198.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDBF0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 219 240 -
CMYK 0.29 0.09 0 0.06
HSL 198.26º 0.7% 0.81% -
HSV(B) 198.26º 0.29% 0.94% -
XYZ 57.85 65.61 92.05 -
YUV 207.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 171 219 240 0.29 0.09 0 0.06 198.26 0.7 0.81
Hex AB DB F0 1D 9 0 6 C6 46 51
Octal 253 333 360 35 11 0 6 306 106 121
Binary 10101011 11011011 11110000 11101 1001 0 110 11000110 1000110 1010001

Color Harmonies of #ABDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBF0

Black with #ABDBF0

Text Example


Text Example

White with #ABDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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