#38B7E0

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

Shades of Summer Sky #38B7E0

Tints of Summer Sky #38B7E0

Color information

#38B7E0 (or 0x38B7E0) is unknown color: approx Summer Sky. HEX triplet: 38, B7 and E0. RGB value is (56,183,224). Sum of RGB (Red+Green+Blue) = 56+183+224=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #38B7E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B7E0 is #C7481F. Grayscale: #959595. Windows color (decimal): -13060128 or 14726968. OLE color: 14726968.

HSL color Cylindrical-coordinate representation of color #38B7E0: hue angle of 194.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38B7E0 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB56183224-
CMYK0.750.1800.12
HSL194.64º73.04%54.9%-
HSV(B)194.64º75%87.84%-
XYZ32.0240.0976.57-
YUV149.7169.9261.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 224 (87.89% from 255) = 48.38%
R=12.10%
G=39.52%
B=48.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal561832240.750.1800.12194.6473.0454.9
Hex38B7E04B120Cc34937
Octal702673401132201430311167
Binary111000101101111110000010010111001001100110000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,183,224); }

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

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

 a { background-color: rgb(56,183,224); }

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

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

 span { border-color: rgb(56,183,224); }

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