#38AEE3

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

Shades of Summer Sky #38AEE3

Tints of Summer Sky #38AEE3

Color information

#38AEE3 (or 0x38AEE3) is unknown color: approx Summer Sky. HEX triplet: 38, AE and E3. RGB value is (56,174,227). Sum of RGB (Red+Green+Blue) = 56+174+227=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 227 (89.06% from 255 or 49.67% from 457); Max value from RGB is 227 - color contains mainly: blue. Hex color #38AEE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AEE3 is #C7511C. Grayscale: #909090. Windows color (decimal): -13062429 or 14921272. OLE color: 14921272.

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

Color convert

RGB56174227-
CMYK0.750.2300.11
HSL198.6º75.33%55.49%-
HSV(B)198.6º75.33%89.02%-
XYZ30.6336.6678.13-
YUV144.76174.4164.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.25%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 227 (89.06% from 255) = 49.67%
R=12.25%
G=38.07%
B=49.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal561742270.750.2300.11198.675.3355.49
Hex38AEE34B170Bc74b37
Octal702563431132701330711367
Binary111000101011101110001110010111011101011110001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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