#38A0DF

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

Shades of Summer Sky #38A0DF

Tints of Summer Sky #38A0DF

Color information

#38A0DF (or 0x38A0DF) is unknown color: approx Summer Sky. HEX triplet: 38, A0 and DF. RGB value is (56,160,223). Sum of RGB (Red+Green+Blue) = 56+160+223=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #38A0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A0DF is #C75F20. Grayscale: #878787. Windows color (decimal): -13066017 or 14655544. OLE color: 14655544.

HSL color Cylindrical-coordinate representation of color #38A0DF: hue angle of 202.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38A0DF is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56160223-
CMYK0.750.2800.13
HSL202.63º72.29%54.71%-
HSV(B)202.63º74.89%87.45%-
XYZ27.5231.3174.4-
YUV136.09177.0470.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.76%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 223 (87.5% from 255) = 50.80%
R=12.76%
G=36.45%
B=50.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561602230.750.2800.13202.6372.2954.71
Hex38A0DF4B1C0Dcb4837
Octal702403371133401531311067
Binary111000101000001101111110010111110001101110010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,160,223); }

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

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

 a { background-color: rgb(56,160,223); }

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

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

 span { border-color: rgb(56,160,223); }

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