Html Css Color HEX #28CBDD Summer Sky

📋 copy color: '#28CBDD'

red 40 ◦ green 203 ◦ blue 221

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

Shades of Summer Sky #28CBDD

Tints of Summer Sky #28CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 8.62%
G = 43.75%
B = 47.63%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28CBDD (or 0x28CBDD) is known color: Summer Sky. HEX triplet: 28, CB and DD. RGB value is (40,203,221). Sum of RGB (Red+Green+Blue) = 40+203+221=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #28CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBDD is #D73422. Grayscale: #9C9C9C. Windows color (decimal): -14103587 or 14535464. OLE color: 14535464.

HSL color Cylindrical-coordinate representation of color #28CBDD: hue angle of 185.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CBDD is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 203 221 -
CMYK 0.82 0.08 0 0.13
HSL 185.97º 0.73% 0.51% -
HSV(B) 185.97º 0.82% 0.87% -
XYZ 35.28 48.38 75.89 -
YUV 156.32 164.5 45.04 -
System Red Green Blue C M Y K H S L
Decimal 40 203 221 0.82 0.08 0 0.13 185.97 0.73 0.51
Hex 28 CB DD 52 8 0 D BA 49 33
Octal 50 313 335 122 10 0 15 272 111 63
Binary 101000 11001011 11011101 1010010 1000 0 1101 10111010 1001001 110011

Color Harmonies of #28CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBDD

Black with #28CBDD

Text Example


Text Example

White with #28CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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