Html Css Color HEX #28ACDD Summer Sky

📋 copy color: '#28ACDD'

red 40 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #28ACDD

Tints of Summer Sky #28ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 9.24%
G = 39.72%
B = 51.04%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28ACDD (or 0x28ACDD) is known color: Summer Sky. HEX triplet: 28, AC and DD. RGB value is (40,172,221). Sum of RGB (Red+Green+Blue) = 40+172+221=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #28ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACDD is #D75322. Grayscale: #898989. Windows color (decimal): -14111523 or 14527528. OLE color: 14527528.

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

Color convert

RGB 40 172 221 -
CMYK 0.82 0.22 0 0.13
HSL 196.24º 0.73% 0.51% -
HSV(B) 196.24º 0.82% 0.87% -
XYZ 28.68 35.18 73.68 -
YUV 138.12 174.77 58.02 -
System Red Green Blue C M Y K H S L
Decimal 40 172 221 0.82 0.22 0 0.13 196.24 0.73 0.51
Hex 28 AC DD 52 16 0 D C4 49 33
Octal 50 254 335 122 26 0 15 304 111 63
Binary 101000 10101100 11011101 1010010 10110 0 1101 11000100 1001001 110011

Color Harmonies of #28ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACDD

Black with #28ACDD

Text Example


Text Example

White with #28ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,172,221); }

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

background-color css

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

 a { background-color: rgb(40,172,221); }

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

border-color css

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

 span { border-color: rgb(40,172,221); }

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