Html Css Color HEX #28ACDF Summer Sky

📋 copy color: '#28ACDF'

red 40 ◦ green 172 ◦ blue 223

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

Shades of Summer Sky #28ACDF

Tints of Summer Sky #28ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 9.2%
G = 39.54%
B = 51.26%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28ACDF (or 0x28ACDF) is known color: Summer Sky. HEX triplet: 28, AC and DF. RGB value is (40,172,223). Sum of RGB (Red+Green+Blue) = 40+172+223=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #28ACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACDF is #D75320. Grayscale: #8A8A8A. Windows color (decimal): -14111521 or 14658600. OLE color: 14658600.

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

Color convert

RGB 40 172 223 -
CMYK 0.82 0.23 0 0.13
HSL 196.72º 0.74% 0.52% -
HSV(B) 196.72º 0.82% 0.87% -
XYZ 28.95 35.28 75.1 -
YUV 138.35 175.77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 40 172 223 0.82 0.23 0 0.13 196.72 0.74 0.52
Hex 28 AC DF 52 17 0 D C5 4A 34
Octal 50 254 337 122 27 0 15 305 112 64
Binary 101000 10101100 11011111 1010010 10111 0 1101 11000101 1001010 110100

Color Harmonies of #28ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACDF

Black with #28ACDF

Text Example


Text Example

White with #28ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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