Html Css Color HEX #28CDEB Summer Sky

📋 copy color: '#28CDEB'

red 40 ◦ green 205 ◦ blue 235

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

Shades of Summer Sky #28CDEB

Tints of Summer Sky #28CDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 8.33%
G = 42.71%
B = 48.96%

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

#28CDEB (or 0x28CDEB) is known color: Summer Sky. HEX triplet: 28, CD and EB. RGB value is (40,205,235). Sum of RGB (Red+Green+Blue) = 40+205+235=480 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.33% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #28CDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDEB is #D73214. Grayscale: #9E9E9E. Windows color (decimal): -14103061 or 15453480. OLE color: 15453480.

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

Color convert

RGB 40 205 235 -
CMYK 0.83 0.13 0 0.08
HSL 189.23º 0.83% 0.54% -
HSV(B) 189.23º 0.83% 0.92% -
XYZ 37.7 50.11 86.28 -
YUV 159.09 170.84 43.06 -
System Red Green Blue C M Y K H S L
Decimal 40 205 235 0.83 0.13 0 0.08 189.23 0.83 0.54
Hex 28 CD EB 53 D 0 8 BD 53 36
Octal 50 315 353 123 15 0 10 275 123 66
Binary 101000 11001101 11101011 1010011 1101 0 1000 10111101 1010011 110110

Color Harmonies of #28CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDEB

Black with #28CDEB

Text Example


Text Example

White with #28CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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