Html Css Color HEX #28ACED Summer Sky

📋 copy color: '#28ACED'

red 40 ◦ green 172 ◦ blue 237

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

Shades of Summer Sky #28ACED

Tints of Summer Sky #28ACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 8.91%
G = 38.31%
B = 52.78%

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

#28ACED (or 0x28ACED) is known color: Summer Sky. HEX triplet: 28, AC and ED. RGB value is (40,172,237). Sum of RGB (Red+Green+Blue) = 40+172+237=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #28ACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACED is #D75312. Grayscale: #8B8B8B. Windows color (decimal): -14111507 or 15576104. OLE color: 15576104.

HSL color Cylindrical-coordinate representation of color #28ACED: hue angle of 199.8º degrees, saturation: 0.85, 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 #28ACED is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 172 237 -
CMYK 0.83 0.27 0 0.07
HSL 199.8º 0.85% 0.54% -
HSV(B) 199.8º 0.83% 0.93% -
XYZ 30.91 36.07 85.45 -
YUV 139.94 182.77 56.71 -
System Red Green Blue C M Y K H S L
Decimal 40 172 237 0.83 0.27 0 0.07 199.8 0.85 0.54
Hex 28 AC ED 53 1B 0 7 C8 55 36
Octal 50 254 355 123 33 0 7 310 125 66
Binary 101000 10101100 11101101 1010011 11011 0 111 11001000 1010101 110110

Color Harmonies of #28ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACED

Black with #28ACED

Text Example


Text Example

White with #28ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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