Html Css Color HEX #28CCEA Summer Sky

📋 copy color: '#28CCEA'

red 40 ◦ green 204 ◦ blue 234

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

Shades of Summer Sky #28CCEA

Tints of Summer Sky #28CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

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

R = 8.37%
G = 42.68%
B = 48.95%

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

#28CCEA (or 0x28CCEA) is known color: Summer Sky. HEX triplet: 28, CC and EA. RGB value is (40,204,234). Sum of RGB (Red+Green+Blue) = 40+204+234=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #28CCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCEA is #D73315. Grayscale: #9E9E9E. Windows color (decimal): -14103318 or 15387688. OLE color: 15387688.

HSL color Cylindrical-coordinate representation of color #28CCEA: hue angle of 189.28º 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 #28CCEA is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 204 234 -
CMYK 0.83 0.13 0 0.08
HSL 189.28º 0.82% 0.54% -
HSV(B) 189.28º 0.83% 0.92% -
XYZ 37.32 49.58 85.44 -
YUV 158.38 170.67 43.56 -
System Red Green Blue C M Y K H S L
Decimal 40 204 234 0.83 0.13 0 0.08 189.28 0.82 0.54
Hex 28 CC EA 53 D 0 8 BD 52 36
Octal 50 314 352 123 15 0 10 275 122 66
Binary 101000 11001100 11101010 1010011 1101 0 1000 10111101 1010010 110110

Color Harmonies of #28CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCEA

Black with #28CCEA

Text Example


Text Example

White with #28CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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