#388FDF

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

Shades of Summer Sky #388FDF

Tints of Summer Sky #388FDF

Color information

#388FDF (or 0x388FDF) is unknown color: approx Summer Sky. HEX triplet: 38, 8F and DF. RGB value is (56,143,223). Sum of RGB (Red+Green+Blue) = 56+143+223=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #388FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FDF is #C77020. Grayscale: #7D7D7D. Windows color (decimal): -13070369 or 14651192. OLE color: 14651192.

HSL color Cylindrical-coordinate representation of color #388FDF: hue angle of 208.74º 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 #388FDF is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56143223-
CMYK0.750.3600.13
HSL208.74º72.29%54.71%-
HSV(B)208.74º74.89%87.45%-
XYZ24.7725.8173.49-
YUV126.11182.6878-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.27%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=13.27%
G=33.89%
B=52.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561432230.750.3600.13208.7472.2954.71
Hex388FDF4B240Dd14837
Octal702173371134401532111067
Binary1110001000111111011111100101110010001101110100011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388FDF; }

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

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

<style>
 a { background-color: #388FDF; }

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

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

<style>
 span { border-color: #388FDF; }

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

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