Html Css Color HEX #28BDCF Summer Sky

📋 copy color: '#28BDCF'

red 40 ◦ green 189 ◦ blue 207

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

Shades of Summer Sky #28BDCF

Tints of Summer Sky #28BDCF

RGB

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

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

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

R = 9.17%
G = 43.35%
B = 47.48%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#28BDCF (or 0x28BDCF) is known color: Summer Sky. HEX triplet: 28, BD and CF. RGB value is (40,189,207). Sum of RGB (Red+Green+Blue) = 40+189+207=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #28BDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDCF is #D74230. Grayscale: #929292. Windows color (decimal): -14107185 or 13614376. OLE color: 13614376.

HSL color Cylindrical-coordinate representation of color #28BDCF: hue angle of 186.47º 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 #28BDCF is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 189 207 -
CMYK 0.81 0.09 0 0.19
HSL 186.47º 0.68% 0.48% -
HSV(B) 186.47º 0.81% 0.81% -
XYZ 30.34 41.35 65.41 -
YUV 146.5 162.14 52.04 -
System Red Green Blue C M Y K H S L
Decimal 40 189 207 0.81 0.09 0 0.19 186.47 0.68 0.48
Hex 28 BD CF 51 9 0 13 BA 44 30
Octal 50 275 317 121 11 0 23 272 104 60
Binary 101000 10111101 11001111 1010001 1001 0 10011 10111010 1000100 110000

Color Harmonies of #28BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDCF

Black with #28BDCF

Text Example


Text Example

White with #28BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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