#38C7E1

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

Shades of Summer Sky #38C7E1

Tints of Summer Sky #38C7E1

Color information

#38C7E1 (or 0x38C7E1) is unknown color: approx Summer Sky. HEX triplet: 38, C7 and E1. RGB value is (56,199,225). Sum of RGB (Red+Green+Blue) = 56+199+225=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #38C7E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C7E1 is #C7381E. Grayscale: #9E9E9E. Windows color (decimal): -13056031 or 14796600. OLE color: 14796600.

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

Color convert

RGB56199225-
CMYK0.750.1200.12
HSL189.23º73.8%55.1%-
HSV(B)189.23º75.11%88.24%-
XYZ35.6447.1278.45-
YUV159.21165.1254.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.67%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 225 (88.28% from 255) = 46.88%
R=11.67%
G=41.46%
B=46.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal561992250.750.1200.12189.2373.855.1
Hex38C7E14BC0Cbd4a37
Octal703073411131401427511267
Binary11100011000111111000011001011110001100101111011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,199,225); }

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

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

 a { background-color: rgb(56,199,225); }

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

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

 span { border-color: rgb(56,199,225); }

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