Html Css Color HEX #28ADCF Summer Sky

📋 copy color: '#28ADCF'

red 40 ◦ green 173 ◦ blue 207

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

Shades of Summer Sky #28ADCF

Tints of Summer Sky #28ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 9.52%
G = 41.19%
B = 49.29%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#28ADCF (or 0x28ADCF) is known color: Summer Sky. HEX triplet: 28, AD and CF. RGB value is (40,173,207). Sum of RGB (Red+Green+Blue) = 40+173+207=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #28ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADCF is #D75230. Grayscale: #888888. Windows color (decimal): -14111281 or 13610280. OLE color: 13610280.

HSL color Cylindrical-coordinate representation of color #28ADCF: hue angle of 192.22º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28ADCF is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 173 207 -
CMYK 0.81 0.16 0 0.19
HSL 192.22º 0.68% 0.48% -
HSV(B) 192.22º 0.81% 0.81% -
XYZ 27.08 34.84 64.33 -
YUV 137.11 167.44 58.74 -
System Red Green Blue C M Y K H S L
Decimal 40 173 207 0.81 0.16 0 0.19 192.22 0.68 0.48
Hex 28 AD CF 51 10 0 13 C0 44 30
Octal 50 255 317 121 20 0 23 300 104 60
Binary 101000 10101101 11001111 1010001 10000 0 10011 11000000 1000100 110000

Color Harmonies of #28ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADCF

Black with #28ADCF

Text Example


Text Example

White with #28ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,173,207); }

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

background-color css

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

 a { background-color: rgb(40,173,207); }

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

border-color css

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

 span { border-color: rgb(40,173,207); }

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