#38C6ED

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

Shades of Summer Sky #38C6ED

Tints of Summer Sky #38C6ED

Color information

#38C6ED (or 0x38C6ED) is unknown color: approx Summer Sky. HEX triplet: 38, C6 and ED. RGB value is (56,198,237). Sum of RGB (Red+Green+Blue) = 56+198+237=491 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.41% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #38C6ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C6ED is #C73912. Grayscale: #9F9F9F. Windows color (decimal): -13056275 or 15582776. OLE color: 15582776.

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

Color convert

RGB56198237-
CMYK0.760.1600.07
HSL192.93º83.41%57.45%-
HSV(B)192.93º76.37%92.94%-
XYZ37.1147.3487.3-
YUV159.99171.4653.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.41%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=11.41%
G=40.33%
B=48.27%

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
Decimal561982370.760.1600.07192.9383.4157.45
Hex38C6ED4C1007c15339
Octal70306355114200730112371
Binary11100011000110111011011001100100000111110000011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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