Html Css Color HEX #28BCF0 Summer Sky

📋 copy color: '#28BCF0'

red 40 ◦ green 188 ◦ blue 240

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

Shades of Summer Sky #28BCF0

Tints of Summer Sky #28BCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 8.55%
G = 40.17%
B = 51.28%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#28BCF0 (or 0x28BCF0) is known color: Summer Sky. HEX triplet: 28, BC and F0. RGB value is (40,188,240). Sum of RGB (Red+Green+Blue) = 40+188+240=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #28BCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28BCF0 is #D7430F. Grayscale: #959595. Windows color (decimal): -14107408 or 15776808. OLE color: 15776808.

HSL color Cylindrical-coordinate representation of color #28BCF0: hue angle of 195.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28BCF0 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 188 240 -
CMYK 0.83 0.22 0 0.06
HSL 195.6º 0.87% 0.55% -
HSV(B) 195.6º 0.83% 0.94% -
XYZ 34.59 42.71 88.86 -
YUV 149.68 178.97 49.77 -
System Red Green Blue C M Y K H S L
Decimal 40 188 240 0.83 0.22 0 0.06 195.6 0.87 0.55
Hex 28 BC F0 53 16 0 6 C4 57 37
Octal 50 274 360 123 26 0 6 304 127 67
Binary 101000 10111100 11110000 1010011 10110 0 110 11000100 1010111 110111

Color Harmonies of #28BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCF0

Black with #28BCF0

Text Example


Text Example

White with #28BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,188,240); }

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

background-color css

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

 a { background-color: rgb(40,188,240); }

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

border-color css

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

 span { border-color: rgb(40,188,240); }

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