#38BCEC

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

Shades of Summer Sky #38BCEC

Tints of Summer Sky #38BCEC

Color information

#38BCEC (or 0x38BCEC) is unknown color: approx Summer Sky. HEX triplet: 38, BC and EC. RGB value is (56,188,236). Sum of RGB (Red+Green+Blue) = 56+188+236=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #38BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BCEC is #C74313. Grayscale: #999999. Windows color (decimal): -13058836 or 15514680. OLE color: 15514680.

HSL color Cylindrical-coordinate representation of color #38BCEC: hue angle of 196º 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 #38BCEC is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56188236-
CMYK0.760.2000.07
HSL196º82.57%57.25%-
HSV(B)196º76.27%92.55%-
XYZ34.7542.8685.8-
YUV154174.2758.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.67%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 236 (92.58% from 255) = 49.17%
R=11.67%
G=39.17%
B=49.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561882360.760.2000.0719682.5757.25
Hex38BCEC4C1407c45339
Octal70274354114240730412371
Binary11100010111100111011001001100101000111110001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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