#38C3EC

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

Shades of Summer Sky #38C3EC

Tints of Summer Sky #38C3EC

Color information

#38C3EC (or 0x38C3EC) is unknown color: approx Summer Sky. HEX triplet: 38, C3 and EC. RGB value is (56,195,236). Sum of RGB (Red+Green+Blue) = 56+195+236=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #38C3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C3EC is #C73C13. Grayscale: #9D9D9D. Windows color (decimal): -13057044 or 15516472. OLE color: 15516472.

HSL color Cylindrical-coordinate representation of color #38C3EC: hue angle of 193.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38C3EC is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56195236-
CMYK0.760.1700.07
HSL193.67º82.57%57.25%-
HSV(B)193.67º76.27%92.55%-
XYZ36.2945.9386.31-
YUV158.11171.9555.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.50%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=11.50%
G=40.04%
B=48.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561952360.760.1700.07193.6782.5757.25
Hex38C3EC4C1107c25339
Octal70303354114210730212371
Binary11100011000011111011001001100100010111110000101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,195,236); }

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

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

 a { background-color: rgb(56,195,236); }

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

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

 span { border-color: rgb(56,195,236); }

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