Html Css Color HEX #ABDCF2 Light Blue

📋 copy color: '#ABDCF2'

red 171 ◦ green 220 ◦ blue 242

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

Shades of Light Blue #ABDCF2

Tints of Light Blue #ABDCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 27.01%
G = 34.76%
B = 38.23%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABDCF2 (or 0xABDCF2) is known color: Light Blue. HEX triplet: AB, DC and F2. RGB value is (171,220,242). Sum of RGB (Red+Green+Blue) = 171+220+242=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCF2 is #54230D. Grayscale: #CFCFCF. Windows color (decimal): -5513998 or 15916203. OLE color: 15916203.

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

Color convert

RGB 171 220 242 -
CMYK 0.29 0.09 0 0.05
HSL 198.59º 0.73% 0.81% -
HSV(B) 198.59º 0.29% 0.95% -
XYZ 58.41 66.26 93.71 -
YUV 207.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 171 220 242 0.29 0.09 0 0.05 198.59 0.73 0.81
Hex AB DC F2 1D 9 0 5 C7 49 51
Octal 253 334 362 35 11 0 5 307 111 121
Binary 10101011 11011100 11110010 11101 1001 0 101 11000111 1001001 1010001

Color Harmonies of #ABDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCF2

Black with #ABDCF2

Text Example


Text Example

White with #ABDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCF2; }

 p { color: rgb(171,220,242); }

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

background-color css

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

 a { background-color: rgb(171,220,242); }

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

border-color css

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

 span { border-color: rgb(171,220,242); }

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