Html Css Color HEX #28B2CB Summer Sky

📋 copy color: '#28B2CB'

red 40 ◦ green 178 ◦ blue 203

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

Shades of Summer Sky #28B2CB

Tints of Summer Sky #28B2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 9.5%
G = 42.28%
B = 48.22%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28B2CB (or 0x28B2CB) is known color: Summer Sky. HEX triplet: 28, B2 and CB. RGB value is (40,178,203). Sum of RGB (Red+Green+Blue) = 40+178+203=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #28B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B2CB is #D74D34. Grayscale: #8B8B8B. Windows color (decimal): -14110005 or 13349416. OLE color: 13349416.

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

Color convert

RGB 40 178 203 -
CMYK 0.80 0.12 0 0.20
HSL 189.2º 0.67% 0.48% -
HSV(B) 189.2º 0.8% 0.8% -
XYZ 27.57 36.6 62.11 -
YUV 139.59 163.78 56.97 -
System Red Green Blue C M Y K H S L
Decimal 40 178 203 0.80 0.12 0 0.20 189.2 0.67 0.48
Hex 28 B2 CB 50 C 0 14 BD 43 30
Octal 50 262 313 120 14 0 24 275 103 60
Binary 101000 10110010 11001011 1010000 1100 0 10100 10111101 1000011 110000

Color Harmonies of #28B2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B2CB

Black with #28B2CB

Text Example


Text Example

White with #28B2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,178,203); }

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

background-color css

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

 a { background-color: rgb(40,178,203); }

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

border-color css

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

 span { border-color: rgb(40,178,203); }

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