#38A2CE

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

Shades of Summer Sky #38A2CE

Tints of Summer Sky #38A2CE

Color information

#38A2CE (or 0x38A2CE) is unknown color: approx Summer Sky. HEX triplet: 38, A2 and CE. RGB value is (56,162,206). Sum of RGB (Red+Green+Blue) = 56+162+206=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #38A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2CE is #C75D31. Grayscale: #878787. Windows color (decimal): -13065522 or 13541944. OLE color: 13541944.

HSL color Cylindrical-coordinate representation of color #38A2CE: hue angle of 197.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38A2CE is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB56162206-
CMYK0.730.2100.19
HSL197.6º60.48%51.37%-
HSV(B)197.6º72.82%80.78%-
XYZ25.6931.1463.05-
YUV135.32167.8871.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.21%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=13.21%
G=38.21%
B=48.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal561622060.730.2100.19197.660.4851.37
Hex38A2CE4915013c63c33
Octal70242316111250233067463
Binary111000101000101100111010010011010101001111000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,206); }

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

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

 a { background-color: rgb(56,162,206); }

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

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

 span { border-color: rgb(56,162,206); }

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