#38B9DE

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

Shades of Summer Sky #38B9DE

Tints of Summer Sky #38B9DE

Color information

#38B9DE (or 0x38B9DE) is unknown color: approx Summer Sky. HEX triplet: 38, B9 and DE. RGB value is (56,185,222). Sum of RGB (Red+Green+Blue) = 56+185+222=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #38B9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B9DE is #C74621. Grayscale: #969696. Windows color (decimal): -13059618 or 14596408. OLE color: 14596408.

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

Color convert

RGB56185222-
CMYK0.750.1700.13
HSL193.37º71.55%54.51%-
HSV(B)193.37º74.77%87.06%-
XYZ32.1640.8175.29-
YUV150.65168.2660.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=12.10%
G=39.96%
B=47.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561852220.750.1700.13193.3771.5554.51
Hex38B9DE4B110Dc14837
Octal702713361132101530111067
Binary111000101110011101111010010111000101101110000011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,185,222); }

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

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

 a { background-color: rgb(56,185,222); }

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

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

 span { border-color: rgb(56,185,222); }

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