Html Css Color HEX #28A5CD Summer Sky

📋 copy color: '#28A5CD'

red 40 ◦ green 165 ◦ blue 205

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

Shades of Summer Sky #28A5CD

Tints of Summer Sky #28A5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 9.76%
G = 40.24%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28A5CD (or 0x28A5CD) is known color: Summer Sky. HEX triplet: 28, A5 and CD. RGB value is (40,165,205). Sum of RGB (Red+Green+Blue) = 40+165+205=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #28A5CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A5CD is #D75A32. Grayscale: #838383. Windows color (decimal): -14113331 or 13477160. OLE color: 13477160.

HSL color Cylindrical-coordinate representation of color #28A5CD: hue angle of 194.55º 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 #28A5CD is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 165 205 -
CMYK 0.80 0.20 0 0.20
HSL 194.55º 0.67% 0.48% -
HSV(B) 194.55º 0.8% 0.8% -
XYZ 25.35 31.77 62.55 -
YUV 132.19 169.09 62.25 -
System Red Green Blue C M Y K H S L
Decimal 40 165 205 0.80 0.20 0 0.20 194.55 0.67 0.48
Hex 28 A5 CD 50 14 0 14 C3 43 30
Octal 50 245 315 120 24 0 24 303 103 60
Binary 101000 10100101 11001101 1010000 10100 0 10100 11000011 1000011 110000

Color Harmonies of #28A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A5CD

Black with #28A5CD

Text Example


Text Example

White with #28A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,165,205); }

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

background-color css

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

 a { background-color: rgb(40,165,205); }

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

border-color css

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

 span { border-color: rgb(40,165,205); }

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