Html Css Color HEX #28CDEA Summer Sky

📋 copy color: '#28CDEA'

red 40 ◦ green 205 ◦ blue 234

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

Shades of Summer Sky #28CDEA

Tints of Summer Sky #28CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

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

R = 8.35%
G = 42.8%
B = 48.85%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#28CDEA (or 0x28CDEA) is known color: Summer Sky. HEX triplet: 28, CD and EA. RGB value is (40,205,234). Sum of RGB (Red+Green+Blue) = 40+205+234=479 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.35% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #28CDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDEA is #D73215. Grayscale: #9E9E9E. Windows color (decimal): -14103062 or 15387944. OLE color: 15387944.

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

Color convert

RGB 40 205 234 -
CMYK 0.83 0.12 0 0.08
HSL 188.97º 0.82% 0.54% -
HSV(B) 188.97º 0.83% 0.92% -
XYZ 37.56 50.05 85.52 -
YUV 158.97 170.34 43.14 -
System Red Green Blue C M Y K H S L
Decimal 40 205 234 0.83 0.12 0 0.08 188.97 0.82 0.54
Hex 28 CD EA 53 C 0 8 BD 52 36
Octal 50 315 352 123 14 0 10 275 122 66
Binary 101000 11001101 11101010 1010011 1100 0 1000 10111101 1010010 110110

Color Harmonies of #28CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDEA

Black with #28CDEA

Text Example


Text Example

White with #28CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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