Html Css Color HEX #28CAEC Summer Sky

📋 copy color: '#28CAEC'

red 40 ◦ green 202 ◦ blue 236

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

Shades of Summer Sky #28CAEC

Tints of Summer Sky #28CAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.26%

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 8.37%
G = 42.26%
B = 49.37%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28CAEC (or 0x28CAEC) is known color: Summer Sky. HEX triplet: 28, CA and EC. RGB value is (40,202,236). Sum of RGB (Red+Green+Blue) = 40+202+236=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #28CAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CAEC is #D73513. Grayscale: #9D9D9D. Windows color (decimal): -14103828 or 15518248. OLE color: 15518248.

HSL color Cylindrical-coordinate representation of color #28CAEC: hue angle of 190.41º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CAEC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 202 236 -
CMYK 0.83 0.14 0 0.07
HSL 190.41º 0.84% 0.54% -
HSV(B) 190.41º 0.83% 0.93% -
XYZ 37.14 48.75 86.81 -
YUV 157.44 172.33 44.24 -
System Red Green Blue C M Y K H S L
Decimal 40 202 236 0.83 0.14 0 0.07 190.41 0.84 0.54
Hex 28 CA EC 53 E 0 7 BE 54 36
Octal 50 312 354 123 16 0 7 276 124 66
Binary 101000 11001010 11101100 1010011 1110 0 111 10111110 1010100 110110

Color Harmonies of #28CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CAEC

Black with #28CAEC

Text Example


Text Example

White with #28CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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