Html Css Color HEX #28ACEC Summer Sky

📋 copy color: '#28ACEC'

red 40 ◦ green 172 ◦ blue 236

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

Shades of Summer Sky #28ACEC

Tints of Summer Sky #28ACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 8.93%
G = 38.39%
B = 52.68%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28ACEC (or 0x28ACEC) is known color: Summer Sky. HEX triplet: 28, AC and EC. RGB value is (40,172,236). Sum of RGB (Red+Green+Blue) = 40+172+236=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #28ACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACEC is #D75313. Grayscale: #8B8B8B. Windows color (decimal): -14111508 or 15510568. OLE color: 15510568.

HSL color Cylindrical-coordinate representation of color #28ACEC: hue angle of 199.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ACEC is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 172 236 -
CMYK 0.83 0.27 0 0.07
HSL 199.59º 0.84% 0.54% -
HSV(B) 199.59º 0.83% 0.93% -
XYZ 30.77 36.01 84.69 -
YUV 139.83 182.27 56.8 -
System Red Green Blue C M Y K H S L
Decimal 40 172 236 0.83 0.27 0 0.07 199.59 0.84 0.54
Hex 28 AC EC 53 1B 0 7 C8 54 36
Octal 50 254 354 123 33 0 7 310 124 66
Binary 101000 10101100 11101100 1010011 11011 0 111 11001000 1010100 110110

Color Harmonies of #28ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACEC

Black with #28ACEC

Text Example


Text Example

White with #28ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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