#38BCD6

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

Shades of Summer Sky #38BCD6

Tints of Summer Sky #38BCD6

Color information

#38BCD6 (or 0x38BCD6) is unknown color: approx Summer Sky. HEX triplet: 38, BC and D6. RGB value is (56,188,214). Sum of RGB (Red+Green+Blue) = 56+188+214=458 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.23% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #38BCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCD6 is #C74329. Grayscale: #979797. Windows color (decimal): -13058858 or 14072888. OLE color: 14072888.

HSL color Cylindrical-coordinate representation of color #38BCD6: hue angle of 189.87º degrees, saturation: 0.66, 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 #38BCD6 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB56188214-
CMYK0.740.1200.16
HSL189.87º65.83%52.94%-
HSV(B)189.87º73.83%83.92%-
XYZ31.7541.6669.99-
YUV151.5163.2759.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.23%
GREEN value IS 188 (73.83% from 255) = 41.05%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=12.23%
G=41.05%
B=46.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal561882140.740.1200.16189.8765.8352.94
Hex38BCD64AC010be4235
Octal702743261121402027610265
Binary111000101111001101011010010101100010000101111101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,188,214); }

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

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

 a { background-color: rgb(56,188,214); }

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

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

 span { border-color: rgb(56,188,214); }

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