Html Css Color HEX #28ACEA Summer Sky

📋 copy color: '#28ACEA'

red 40 ◦ green 172 ◦ blue 234

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

Shades of Summer Sky #28ACEA

Tints of Summer Sky #28ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 8.97%
G = 38.57%
B = 52.47%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#28ACEA (or 0x28ACEA) is known color: Summer Sky. HEX triplet: 28, AC and EA. RGB value is (40,172,234). Sum of RGB (Red+Green+Blue) = 40+172+234=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #28ACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACEA is #D75315. Grayscale: #8B8B8B. Windows color (decimal): -14111510 or 15379496. OLE color: 15379496.

HSL color Cylindrical-coordinate representation of color #28ACEA: hue angle of 199.18º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ACEA is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 172 234 -
CMYK 0.83 0.26 0 0.08
HSL 199.18º 0.82% 0.54% -
HSV(B) 199.18º 0.83% 0.92% -
XYZ 30.48 35.9 83.16 -
YUV 139.6 181.27 56.96 -
System Red Green Blue C M Y K H S L
Decimal 40 172 234 0.83 0.26 0 0.08 199.18 0.82 0.54
Hex 28 AC EA 53 1A 0 8 C7 52 36
Octal 50 254 352 123 32 0 10 307 122 66
Binary 101000 10101100 11101010 1010011 11010 0 1000 11000111 1010010 110110

Color Harmonies of #28ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACEA

Black with #28ACEA

Text Example


Text Example

White with #28ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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