Html Css Color HEX #28BDCC Summer Sky

📋 copy color: '#28BDCC'

red 40 ◦ green 189 ◦ blue 204

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

Shades of Summer Sky #28BDCC

Tints of Summer Sky #28BDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 9.24%
G = 43.65%
B = 47.11%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28BDCC (or 0x28BDCC) is known color: Summer Sky. HEX triplet: 28, BD and CC. RGB value is (40,189,204). Sum of RGB (Red+Green+Blue) = 40+189+204=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #28BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDCC is #D74233. Grayscale: #919191. Windows color (decimal): -14107188 or 13417768. OLE color: 13417768.

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

Color convert

RGB 40 189 204 -
CMYK 0.80 0.07 0 0.2
HSL 185.49º 0.67% 0.48% -
HSV(B) 185.49º 0.8% 0.8% -
XYZ 29.97 41.21 63.5 -
YUV 146.16 160.64 52.28 -
System Red Green Blue C M Y K H S L
Decimal 40 189 204 0.80 0.07 0 0.2 185.49 0.67 0.48
Hex 28 BD CC 50 7 0 14 B9 43 30
Octal 50 275 314 120 7 0 24 271 103 60
Binary 101000 10111101 11001100 1010000 111 0 10100 10111001 1000011 110000

Color Harmonies of #28BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDCC

Black with #28BDCC

Text Example


Text Example

White with #28BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,189,204); }

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

background-color css

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

 a { background-color: rgb(40,189,204); }

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

border-color css

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

 span { border-color: rgb(40,189,204); }

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