Html Css Color HEX #28A4CD Summer Sky

📋 copy color: '#28A4CD'

red 40 ◦ green 164 ◦ blue 205

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

Shades of Summer Sky #28A4CD

Tints of Summer Sky #28A4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 9.78%
G = 40.1%
B = 50.12%

CMYK

 C value IS 0.80

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28A4CD (or 0x28A4CD) is known color: Summer Sky. HEX triplet: 28, A4 and CD. RGB value is (40,164,205). Sum of RGB (Red+Green+Blue) = 40+164+205=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #28A4CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A4CD is #D75B32. Grayscale: #838383. Windows color (decimal): -14113587 or 13476904. OLE color: 13476904.

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

Color convert

RGB 40 164 205 -
CMYK 0.80 0.2 0 0.20
HSL 194.91º 0.67% 0.48% -
HSV(B) 194.91º 0.8% 0.8% -
XYZ 25.17 31.41 62.49 -
YUV 131.6 169.42 62.67 -
System Red Green Blue C M Y K H S L
Decimal 40 164 205 0.80 0.2 0 0.20 194.91 0.67 0.48
Hex 28 A4 CD 50 14 0 14 C3 43 30
Octal 50 244 315 120 24 0 24 303 103 60
Binary 101000 10100100 11001101 1010000 10100 0 10100 11000011 1000011 110000

Color Harmonies of #28A4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A4CD

Black with #28A4CD

Text Example


Text Example

White with #28A4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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