Html Css Color HEX #28BECC Summer Sky

📋 copy color: '#28BECC'

red 40 ◦ green 190 ◦ blue 204

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

Shades of Summer Sky #28BECC

Tints of Summer Sky #28BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

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

R = 9.22%
G = 43.78%
B = 47%

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

#28BECC (or 0x28BECC) is known color: Summer Sky. HEX triplet: 28, BE and CC. RGB value is (40,190,204). Sum of RGB (Red+Green+Blue) = 40+190+204=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #28BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BECC is #D74133. Grayscale: #929292. Windows color (decimal): -14106932 or 13418024. OLE color: 13418024.

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

Color convert

RGB 40 190 204 -
CMYK 0.80 0.07 0 0.2
HSL 185.12º 0.67% 0.48% -
HSV(B) 185.12º 0.8% 0.8% -
XYZ 30.19 41.64 63.57 -
YUV 146.75 160.31 51.86 -
System Red Green Blue C M Y K H S L
Decimal 40 190 204 0.80 0.07 0 0.2 185.12 0.67 0.48
Hex 28 BE CC 50 7 0 14 B9 43 30
Octal 50 276 314 120 7 0 24 271 103 60
Binary 101000 10111110 11001100 1010000 111 0 10100 10111001 1000011 110000

Color Harmonies of #28BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BECC

Black with #28BECC

Text Example


Text Example

White with #28BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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