Html Css Color HEX #28ADCB Summer Sky

📋 copy color: '#28ADCB'

red 40 ◦ green 173 ◦ blue 203

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

Shades of Summer Sky #28ADCB

Tints of Summer Sky #28ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 9.62%
G = 41.59%
B = 48.8%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28ADCB (or 0x28ADCB) is known color: Summer Sky. HEX triplet: 28, AD and CB. RGB value is (40,173,203). Sum of RGB (Red+Green+Blue) = 40+173+203=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #28ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADCB is #D75234. Grayscale: #888888. Windows color (decimal): -14111285 or 13348136. OLE color: 13348136.

HSL color Cylindrical-coordinate representation of color #28ADCB: hue angle of 191.04º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28ADCB is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 173 203 -
CMYK 0.80 0.15 0 0.20
HSL 191.04º 0.67% 0.48% -
HSV(B) 191.04º 0.8% 0.8% -
XYZ 26.6 34.65 61.79 -
YUV 136.65 165.44 59.06 -
System Red Green Blue C M Y K H S L
Decimal 40 173 203 0.80 0.15 0 0.20 191.04 0.67 0.48
Hex 28 AD CB 50 F 0 14 BF 43 30
Octal 50 255 313 120 17 0 24 277 103 60
Binary 101000 10101101 11001011 1010000 1111 0 10100 10111111 1000011 110000

Color Harmonies of #28ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADCB

Black with #28ADCB

Text Example


Text Example

White with #28ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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