#38C8ED

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

Shades of Summer Sky #38C8ED

Tints of Summer Sky #38C8ED

Color information

#38C8ED (or 0x38C8ED) is unknown color: approx Summer Sky. HEX triplet: 38, C8 and ED. RGB value is (56,200,237). Sum of RGB (Red+Green+Blue) = 56+200+237=493 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.36% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #38C8ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C8ED is #C73712. Grayscale: #A0A0A0. Windows color (decimal): -13055763 or 15583288. OLE color: 15583288.

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

Color convert

RGB56200237-
CMYK0.760.1600.07
HSL192.27º83.41%57.45%-
HSV(B)192.27º76.37%92.94%-
XYZ37.5748.2687.46-
YUV161.16170.7952.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.36%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 237 (92.97% from 255) = 48.07%
R=11.36%
G=40.57%
B=48.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562002370.760.1600.07192.2783.4157.45
Hex38C8ED4C1007c05339
Octal70310355114200730012371
Binary11100011001000111011011001100100000111110000001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,200,237); }

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

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

 a { background-color: rgb(56,200,237); }

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

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

 span { border-color: rgb(56,200,237); }

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