#38B0DE

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

Shades of Summer Sky #38B0DE

Tints of Summer Sky #38B0DE

Color information

#38B0DE (or 0x38B0DE) is unknown color: approx Summer Sky. HEX triplet: 38, B0 and DE. RGB value is (56,176,222). Sum of RGB (Red+Green+Blue) = 56+176+222=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #38B0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B0DE is #C74F21. Grayscale: #919191. Windows color (decimal): -13061922 or 14594104. OLE color: 14594104.

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

Color convert

RGB56176222-
CMYK0.750.2100.13
HSL196.63º71.55%54.51%-
HSV(B)196.63º74.77%87.06%-
XYZ30.3437.1774.68-
YUV145.36171.2464.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 222 (87.11% from 255) = 48.90%
R=12.33%
G=38.77%
B=48.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561762220.750.2100.13196.6371.5554.51
Hex38B0DE4B150Dc54837
Octal702603361132501530511067
Binary111000101100001101111010010111010101101110001011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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