#38b4e3

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

Shades of Summer Sky #38B4E3

Tints of Summer Sky #38B4E3

Color information

#38B4E3 (or 0x38B4E3) is unknown color: approx Summer Sky. HEX triplet: 38, B4 and E3. RGB value is (56,180,227). Sum of RGB (Red+Green+Blue) = 56+180+227=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #38B4E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B4E3 is #C74B1C. Grayscale: #939393. Windows color (decimal): -13060893 or 14922808. OLE color: 14922808.

HSL color Cylindrical-coordinate representation of color #38B4E3: hue angle of 196.49º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38B4E3 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB56180227-
CMYK0.750.2100.11
HSL196.49º75.33%55.49%-
HSV(B)196.49º75.33%89.02%-
XYZ31.8239.0378.53-
YUV148.28172.4262.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 227 (89.06% from 255) = 49.03%
R=12.10%
G=38.88%
B=49.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal561802270.750.2100.11196.4975.3355.49
Hex38B4E34B150Bc44b37
Octal702643431132501330411367
Binary111000101101001110001110010111010101011110001001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b4e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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