Html Css Color HEX #28BBCA Summer Sky

📋 copy color: '#28BBCA'

red 40 ◦ green 187 ◦ blue 202

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

Shades of Summer Sky #28BBCA

Tints of Summer Sky #28BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 9.32%
G = 43.59%
B = 47.09%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#28BBCA (or 0x28BBCA) is known color: Summer Sky. HEX triplet: 28, BB and CA. RGB value is (40,187,202). Sum of RGB (Red+Green+Blue) = 40+187+202=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #28BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBCA is #D74435. Grayscale: #909090. Windows color (decimal): -14107702 or 13286184. OLE color: 13286184.

HSL color Cylindrical-coordinate representation of color #28BBCA: hue angle of 185.56º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BBCA is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 187 202 -
CMYK 0.80 0.07 0 0.21
HSL 185.56º 0.67% 0.47% -
HSV(B) 185.56º 0.8% 0.79% -
XYZ 29.31 40.26 62.1 -
YUV 144.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 40 187 202 0.80 0.07 0 0.21 185.56 0.67 0.47
Hex 28 BB CA 50 7 0 15 BA 43 2F
Octal 50 273 312 120 7 0 25 272 103 57
Binary 101000 10111011 11001010 1010000 111 0 10101 10111010 1000011 101111

Color Harmonies of #28BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BBCA

Black with #28BBCA

Text Example


Text Example

White with #28BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,187,202); }

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

background-color css

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

 a { background-color: rgb(40,187,202); }

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

border-color css

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

 span { border-color: rgb(40,187,202); }

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