Html Css Color HEX #28CADB Summer Sky

📋 copy color: '#28CADB'

red 40 ◦ green 202 ◦ blue 219

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

Shades of Summer Sky #28CADB

Tints of Summer Sky #28CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 8.68%
G = 43.82%
B = 47.51%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28CADB (or 0x28CADB) is known color: Summer Sky. HEX triplet: 28, CA and DB. RGB value is (40,202,219). Sum of RGB (Red+Green+Blue) = 40+202+219=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #28CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CADB is #D73524. Grayscale: #9B9B9B. Windows color (decimal): -14103845 or 14404136. OLE color: 14404136.

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

Color convert

RGB 40 202 219 -
CMYK 0.82 0.08 0 0.14
HSL 185.7º 0.71% 0.51% -
HSV(B) 185.7º 0.82% 0.86% -
XYZ 34.78 47.81 74.41 -
YUV 155.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 40 202 219 0.82 0.08 0 0.14 185.7 0.71 0.51
Hex 28 CA DB 52 8 0 E BA 47 33
Octal 50 312 333 122 10 0 16 272 107 63
Binary 101000 11001010 11011011 1010010 1000 0 1110 10111010 1000111 110011

Color Harmonies of #28CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CADB

Black with #28CADB

Text Example


Text Example

White with #28CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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