#38AEE7

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

Shades of Summer Sky #38AEE7

Tints of Summer Sky #38AEE7

Color information

#38AEE7 (or 0x38AEE7) is unknown color: approx Summer Sky. HEX triplet: 38, AE and E7. RGB value is (56,174,231). Sum of RGB (Red+Green+Blue) = 56+174+231=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #38AEE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AEE7 is #C75118. Grayscale: #909090. Windows color (decimal): -13062425 or 15183416. OLE color: 15183416.

HSL color Cylindrical-coordinate representation of color #38AEE7: hue angle of 199.54º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38AEE7 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB56174231-
CMYK0.760.2500.09
HSL199.54º78.48%56.27%-
HSV(B)199.54º75.76%90.59%-
XYZ31.1936.8881.08-
YUV145.22176.4164.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.15%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 231 (90.62% from 255) = 50.11%
R=12.15%
G=37.74%
B=50.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal561742310.760.2500.09199.5478.4856.27
Hex38AEE74C1909c84e38
Octal702563471143101131011670
Binary111000101011101110011110011001100101001110010001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,174,231); }

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

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

 a { background-color: rgb(56,174,231); }

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

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

 span { border-color: rgb(56,174,231); }

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