#38B4DA

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

Shades of Summer Sky #38B4DA

Tints of Summer Sky #38B4DA

Color information

#38B4DA (or 0x38B4DA) is unknown color: approx Summer Sky. HEX triplet: 38, B4 and DA. RGB value is (56,180,218). Sum of RGB (Red+Green+Blue) = 56+180+218=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #38B4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B4DA is #C74B25. Grayscale: #929292. Windows color (decimal): -13060902 or 14332984. OLE color: 14332984.

HSL color Cylindrical-coordinate representation of color #38B4DA: hue angle of 194.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38B4DA is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB56180218-
CMYK0.740.1700.15
HSL194.07º68.64%53.73%-
HSV(B)194.07º74.31%85.49%-
XYZ30.6138.5572.16-
YUV147.26167.9262.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=12.33%
G=39.65%
B=48.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal561802180.740.1700.15194.0768.6453.73
Hex38B4DA4A110Fc24536
Octal702643321122101730210566
Binary111000101101001101101010010101000101111110000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,218); }

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

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

 a { background-color: rgb(56,180,218); }

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

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

 span { border-color: rgb(56,180,218); }

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