Html Css Color HEX #28CBEA Summer Sky

📋 copy color: '#28CBEA'

red 40 ◦ green 203 ◦ blue 234

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

Shades of Summer Sky #28CBEA

Tints of Summer Sky #28CBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 8.39%
G = 42.56%
B = 49.06%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#28CBEA (or 0x28CBEA) is known color: Summer Sky. HEX triplet: 28, CB and EA. RGB value is (40,203,234). Sum of RGB (Red+Green+Blue) = 40+203+234=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #28CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CBEA is #D73415. Grayscale: #9D9D9D. Windows color (decimal): -14103574 or 15387432. OLE color: 15387432.

HSL color Cylindrical-coordinate representation of color #28CBEA: hue angle of 189.59º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CBEA is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 203 234 -
CMYK 0.83 0.13 0 0.08
HSL 189.59º 0.82% 0.54% -
HSV(B) 189.59º 0.83% 0.92% -
XYZ 37.08 49.1 85.37 -
YUV 157.8 171 43.98 -
System Red Green Blue C M Y K H S L
Decimal 40 203 234 0.83 0.13 0 0.08 189.59 0.82 0.54
Hex 28 CB EA 53 D 0 8 BE 52 36
Octal 50 313 352 123 15 0 10 276 122 66
Binary 101000 11001011 11101010 1010011 1101 0 1000 10111110 1010010 110110

Color Harmonies of #28CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBEA

Black with #28CBEA

Text Example


Text Example

White with #28CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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