#38BDD5

Color #38BDD5 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38BDD5

Tints of Summer Sky #38BDD5

Color information

#38BDD5 (or 0x38BDD5) is unknown color: approx Summer Sky. HEX triplet: 38, BD and D5. RGB value is (56,189,213). Sum of RGB (Red+Green+Blue) = 56+189+213=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #38BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BDD5 is #C7422A. Grayscale: #979797. Windows color (decimal): -13058603 or 14007608. OLE color: 14007608.

HSL color Cylindrical-coordinate representation of color #38BDD5: hue angle of 189.17º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38BDD5 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB56189213-
CMYK0.740.1100.16
HSL189.17º65.15%52.75%-
HSV(B)189.17º73.71%83.53%-
XYZ31.8442.0469.39-
YUV151.97162.4459.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.23%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 213 (83.59% from 255) = 46.51%
R=12.23%
G=41.27%
B=46.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal561892130.740.1100.16189.1765.1552.75
Hex38BDD54AB010bd4135
Octal702753251121302027510165
Binary111000101111011101010110010101011010000101111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BDD5; }

 p { color: rgb(56,189,213); }

 H1.HeaderClassName
 {
   color: #38BDD5;
 }
 .AnyTagClassName
 {
   color: #38BDD5;
 }
</style>
background-color css

<style>
 a { background-color: #38BDD5; }

 a { background-color: rgb(56,189,213); }

 div.DivClassName
 {
   background-color: #38BDD5;
 }
 .BgClassName
 {
   background-color: #38BDD5;
 }
</style>
border-color css

<style>
 span { border-color: #38BDD5; }

 span { border-color: rgb(56,189,213); }

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