Html Css Color HEX #28CBDA Summer Sky

📋 copy color: '#28CBDA'

red 40 ◦ green 203 ◦ blue 218

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

Shades of Summer Sky #28CBDA

Tints of Summer Sky #28CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 8.68%
G = 44.03%
B = 47.29%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#28CBDA (or 0x28CBDA) is known color: Summer Sky. HEX triplet: 28, CB and DA. RGB value is (40,203,218). Sum of RGB (Red+Green+Blue) = 40+203+218=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #28CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBDA is #D73425. Grayscale: #9B9B9B. Windows color (decimal): -14103590 or 14338856. OLE color: 14338856.

HSL color Cylindrical-coordinate representation of color #28CBDA: hue angle of 185.06º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CBDA is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 203 218 -
CMYK 0.82 0.07 0 0.15
HSL 185.06º 0.71% 0.51% -
HSV(B) 185.06º 0.82% 0.85% -
XYZ 34.89 48.22 73.8 -
YUV 155.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 40 203 218 0.82 0.07 0 0.15 185.06 0.71 0.51
Hex 28 CB DA 52 7 0 F B9 47 33
Octal 50 313 332 122 7 0 17 271 107 63
Binary 101000 11001011 11011010 1010010 111 0 1111 10111001 1000111 110011

Color Harmonies of #28CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBDA

Black with #28CBDA

Text Example


Text Example

White with #28CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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