Html Css Color HEX #28ABDC Summer Sky

📋 copy color: '#28ABDC'

red 40 ◦ green 171 ◦ blue 220

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

Shades of Summer Sky #28ABDC

Tints of Summer Sky #28ABDC

RGB

 RED value IS 40 (16.02% from 255) = 9.28%

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 9.28%
G = 39.68%
B = 51.04%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28ABDC (or 0x28ABDC) is known color: Summer Sky. HEX triplet: 28, AB and DC. RGB value is (40,171,220). Sum of RGB (Red+Green+Blue) = 40+171+220=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #28ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABDC is #D75423. Grayscale: #898989. Windows color (decimal): -14111780 or 14461736. OLE color: 14461736.

HSL color Cylindrical-coordinate representation of color #28ABDC: hue angle of 196.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28ABDC is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 171 220 -
CMYK 0.82 0.22 0 0.14
HSL 196.33º 0.72% 0.51% -
HSV(B) 196.33º 0.82% 0.86% -
XYZ 28.36 34.74 72.92 -
YUV 137.42 174.6 58.52 -
System Red Green Blue C M Y K H S L
Decimal 40 171 220 0.82 0.22 0 0.14 196.33 0.72 0.51
Hex 28 AB DC 52 16 0 E C4 48 33
Octal 50 253 334 122 26 0 16 304 110 63
Binary 101000 10101011 11011100 1010010 10110 0 1110 11000100 1001000 110011

Color Harmonies of #28ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABDC

Black with #28ABDC

Text Example


Text Example

White with #28ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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